From: Ian Lynagh Date: Wed, 20 May 2009 11:43:12 +0000 (+0000) Subject: Set CLEANING=YES for the clean_% targets X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c19a1264a58ad4cfcf61be4b728eaf64fc248cfe Set CLEANING=YES for the clean_% targets --- diff --git a/Makefile b/Makefile index a80dcee..ec55261 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ clean distclean maintainer-clean: test ! -d testsuite || $(MAKE) -C testsuite $@ $(filter clean_%, $(MAKECMDGOALS)) : clean_% : - $(MAKE) -r --no-print-directory -f ghc.mk $@ + $(MAKE) -r --no-print-directory -f ghc.mk $@ CLEANING=YES bootstrapping-files show: $(PACKAGE_MK) $(MAKE) -r --no-print-directory -f ghc.mk $@