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