Explorar el Código

Fix make function name error

git-svn-id: trunk@23962 -
pierre hace 12 años
padre
commit
4d62c91ae1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 override FPCOPT+=-dREVINC
 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))))