Browse Source

Add versioncheckstartingcompiler to .PHONY list

git-svn-id: trunk@24147 -
pierre 12 years ago
parent
commit
d6a3536f92
1 changed files with 3 additions and 1 deletions
  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