Browse Source

Fix make function name error

git-svn-id: trunk@23962 -
pierre 12 years ago
parent
commit
4d62c91ae1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fpcm/Makefile.fpc

+ 1 - 1
utils/fpcm/Makefile.fpc

@@ -29,7 +29,7 @@ ifneq ($(REVINC),)
 # Use it to compile fpcmmain.pp unit
 # Use it to compile fpcmmain.pp unit
 override FPCOPT+=-dREVINC
 override FPCOPT+=-dREVINC
 endif
 endif
-REVINC_FILES=$(wilcard fpcm*.pp fpcmake.ini Makefile.fpc)
+REVINC_FILES=$(wildcard fpcm*.pp fpcmake.ini Makefile.fpc)
 
 
 SVN:=$(firstword $(wildcard $(addsuffix /svn$(SRCEXEEXT),$(SEARCHPATH))))
 SVN:=$(firstword $(wildcard $(addsuffix /svn$(SRCEXEEXT),$(SEARCHPATH))))