We need to clean the utils on "distclean", as well as "clean"
authorIan Lynagh <igloo@earth.li>
Tue, 22 Jul 2008 17:07:54 +0000 (17:07 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 22 Jul 2008 17:07:54 +0000 (17:07 +0000)
utils/Makefile

index 82eec81..a6d39cc 100644 (file)
@@ -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)