Remove cruft from .PHONY:
This commit is contained in:
parent
a5678ac1e0
commit
abeb4dec6e
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
||||||
.PRECIOUS:
|
.PRECIOUS:
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
.PHONY: all pre post build-classes build-lib \
|
.PHONY: all pre post build-lib \
|
||||||
$(classes) $(makefiledirs) $(makefiles) \
|
$(classes) $(makefiledirs) $(makefiles) \
|
||||||
install install-executables install-datafiles install-datadirs \
|
install install-executables install-datafiles install-datadirs \
|
||||||
force clean vars allvars depend help
|
force clean vars allvars depend help
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue