ソースを参照

Add versioncheckstartingcompiler to .PHONY list

git-svn-id: trunk@24147 -
pierre 12 年 前
コミット
d6a3536f92
1 ファイル変更3 行追加1 行削除
  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