From a23bec29ec06aab668a7db638e25cd7074499b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= Date: Wed, 8 Feb 2017 13:31:20 +0100 Subject: [PATCH] Makefile: minor fix of the clean rule Move the phony declaration above the first definition of the clean rule. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 21e2ab316..2be537f5d 100644 --- a/Makefile +++ b/Makefile @@ -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