Makefile: minor fix of the clean rule

Move the phony declaration above the first definition of the clean rule.
master
Sébastien Hinderer 2017-02-08 13:31:20 +01:00
parent 73179f8972
commit a23bec29ec
1 changed files with 1 additions and 1 deletions

View File

@ -707,6 +707,7 @@ tests: opt.opt
# Make clean in the test suite
.PHONY: clean
clean::
$(MAKE) -C testsuite clean
@ -717,7 +718,6 @@ manual-pregen: opt.opt
cd manual; $(MAKE) clean && $(MAKE) pregen-etex
# The clean target
.PHONY: clean
clean:: partialclean
# Shared parts of the system