diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-20 11:43:12 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-20 11:43:12 +0000 |
commit | c19a1264a58ad4cfcf61be4b728eaf64fc248cfe (patch) | |
tree | 805bbbf18cdb7dc7f44e9fd79071968b4e323f2e /Makefile | |
parent | 1d6393ea16a0f47090619d61cb81d4947cb7010b (diff) | |
download | haskell-c19a1264a58ad4cfcf61be4b728eaf64fc248cfe.tar.gz |
Set CLEANING=YES for the clean_% targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |