Explorar el Código

Add versioncheckstartingcompiler to .PHONY list

git-svn-id: trunk@24147 -
pierre hace 12 años
padre
commit
d6a3536f92
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Makefile.fpc

+ 3 - 1
Makefile.fpc

@@ -244,7 +244,9 @@ compiler_cycle:
 
 BUILDSTAMP=build-stamp.$(FULL_TARGET)
 
-.PHONY: all clean distclean build buildbase install installbase installother zipinstallbase zipinstallotherzipinstall singlezipinstall
+.PHONY: all clean distclean build buildbase install installbase
+.PHONY installother zipinstallbase zipinstallotherzipinstall
+.PHONY singlezipinstall versioncheckstartingcompiler
 
 versioncheckstartingcompiler: 
 ifndef CROSSCOMPILE