瀏覽代碼

Add missing colon for .PHONY

git-svn-id: trunk@24149 -
pierre 12 年之前
父節點
當前提交
210434e937
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      Makefile
  2. 2 2
      Makefile.fpc

+ 2 - 2
Makefile

@@ -2671,8 +2671,8 @@ compiler_cycle:
 	$(MAKE) -C compiler cycle
 BUILDSTAMP=build-stamp.$(FULL_TARGET)
 .PHONY: all clean distclean build buildbase install installbase
-.PHONY installother zipinstallbase zipinstallotherzipinstall
-.PHONY singlezipinstall versioncheckstartingcompiler
+.PHONY: installother zipinstallbase zipinstallotherzipinstall
+.PHONY: singlezipinstall versioncheckstartingcompiler
 versioncheckstartingcompiler: 
 ifndef CROSSCOMPILE
 ifndef OVERRIDEVERSIONCHECK

+ 2 - 2
Makefile.fpc

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