Makefile: declare the distclean and coreboot targets as PHONY

Makefile: declare the coreboot target as PHONY
master
Sébastien Hinderer 2017-02-15 10:32:58 +01:00
parent 14614a5c2e
commit 42ae45f5b4
1 changed files with 2 additions and 0 deletions

View File

@ -478,6 +478,7 @@ base.opt:
$(MAKE) otherlibrariesopt
# Core bootstrapping cycle
.PHONY: coreboot
coreboot:
# Save the original bootstrap compiler
$(MAKE) backup
@ -1262,6 +1263,7 @@ depend: beforedepend
alldepend:: depend
.PHONY: distclean
distclean: clean
rm -f asmrun/.depend.nt byterun/.depend.nt \
otherlibs/bigarray/.depend.nt \