Add missing colon for .PHONY

git-svn-id: trunk@24149 -
This commit is contained in:
pierre 2013-04-04 10:15:59 +00:00
parent 9102ea2571
commit 210434e937
2 changed files with 4 additions and 4 deletions

View File

@ -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: installother zipinstallbase zipinstallotherzipinstall
.PHONY singlezipinstall versioncheckstartingcompiler .PHONY: singlezipinstall versioncheckstartingcompiler
versioncheckstartingcompiler: versioncheckstartingcompiler:
ifndef CROSSCOMPILE ifndef CROSSCOMPILE
ifndef OVERRIDEVERSIONCHECK ifndef OVERRIDEVERSIONCHECK

View File

@ -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: installother zipinstallbase zipinstallotherzipinstall
.PHONY singlezipinstall versioncheckstartingcompiler .PHONY: singlezipinstall versioncheckstartingcompiler
versioncheckstartingcompiler: versioncheckstartingcompiler:
ifndef CROSSCOMPILE ifndef CROSSCOMPILE