From: Ian Lynagh Date: Tue, 22 Jul 2008 17:07:54 +0000 (+0000) Subject: We need to clean the utils on "distclean", as well as "clean" X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6dfb9daffd929f33b84a25ddadbf82d2c21686ea;p=ghc-hetmet.git We need to clean the utils on "distclean", as well as "clean" --- 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)