mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 02:49:21 +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
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user