Browse Source

Add missing colon for .PHONY

git-svn-id: trunk@24149 -
pierre 12 years ago
parent
commit
210434e937
2 changed files with 4 additions and 4 deletions
  1. 2 2
      Makefile
  2. 2 2
      Makefile.fpc

+ 2 - 2
Makefile

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

+ 2 - 2
Makefile.fpc

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