From 210434e93747ca85f9c65ed2045dff49972a1be3 Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 4 Apr 2013 10:15:59 +0000 Subject: [PATCH] Add missing colon for .PHONY git-svn-id: trunk@24149 - --- Makefile | 4 ++-- Makefile.fpc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9b94766b0a..b805e0807c 100644 --- a/Makefile +++ b/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 diff --git a/Makefile.fpc b/Makefile.fpc index 7d35f1a967..eb3d1aa954 100644 --- a/Makefile.fpc +++ b/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