From 6dfb9daffd929f33b84a25ddadbf82d2c21686ea Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 22 Jul 2008 17:07:54 +0000 Subject: [PATCH] We need to clean the utils on "distclean", as well as "clean" --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Makefile b/utils/Makefile index 82eec81..a6d39cc 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -65,7 +65,7 @@ endif # sort removes duplicates - we don't actually care about the order WITH_EITHER = $(sort $(WITH_BOOTSTRAPPING_COMPILER) $(WITH_STAGE1)) -clean:: $(foreach P,$(WITH_EITHER),clean.$P) +clean distclean:: $(foreach P,$(WITH_EITHER),clean.$P) with-bootstrapping-compiler: \ $(foreach P,$(WITH_BOOTSTRAPPING_COMPILER),with-bootstrapping-compiler.$P) -- 1.7.10.4