summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-20 11:43:12 +0000
committerIan Lynagh <igloo@earth.li>2009-05-20 11:43:12 +0000
commitc19a1264a58ad4cfcf61be4b728eaf64fc248cfe (patch)
tree805bbbf18cdb7dc7f44e9fd79071968b4e323f2e /Makefile
parent1d6393ea16a0f47090619d61cb81d4947cb7010b (diff)
downloadhaskell-c19a1264a58ad4cfcf61be4b728eaf64fc248cfe.tar.gz
Set CLEANING=YES for the clean_% targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a80dceefc9..ec55261be1 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 $@