mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:39:33 +02:00
Add missing colon for .PHONY
git-svn-id: trunk@24149 -
This commit is contained in:
parent
9102ea2571
commit
210434e937
4
Makefile
4
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: installother zipinstallbase zipinstallotherzipinstall
|
||||||
.PHONY singlezipinstall versioncheckstartingcompiler
|
.PHONY: singlezipinstall versioncheckstartingcompiler
|
||||||
versioncheckstartingcompiler:
|
versioncheckstartingcompiler:
|
||||||
ifndef CROSSCOMPILE
|
ifndef CROSSCOMPILE
|
||||||
ifndef OVERRIDEVERSIONCHECK
|
ifndef OVERRIDEVERSIONCHECK
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user