summaryrefslogtreecommitdiff
path: root/libraries/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-10-17 19:59:42 +0000
committerIan Lynagh <igloo@earth.li>2008-10-17 19:59:42 +0000
commitf5baf549bcd4b835fdc8e0ce00b854f522464e68 (patch)
treef54638ff063919db8071ef3f0f9d0f0b252fe71d /libraries/Makefile
parent230db59e57cb21a80f727b139bd619ef26eb020b (diff)
downloadhaskell-f5baf549bcd4b835fdc8e0ce00b854f522464e68.tar.gz
Clean the bootstrapping extensible-exceptions package
Diffstat (limited to 'libraries/Makefile')
-rw-r--r--libraries/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index b0179cae31..624427f3dc 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -283,9 +283,10 @@ maintainer-clean: clean
distclean: clean
clean: $(foreach SUBDIR,$(SUBDIRS),clean.library.$(SUBDIR))
- -cd filepath && $(CABAL) clean --distpref=dist-bootstrapping
- -cd Cabal && $(CABAL) clean --distpref=dist-bootstrapping
- -cd hpc && $(CABAL) clean --distpref=dist-bootstrapping
+ -cd extensible-exceptions && $(CABAL) clean --distpref=dist-bootstrapping
+ -cd filepath && $(CABAL) clean --distpref=dist-bootstrapping
+ -cd Cabal && $(CABAL) clean --distpref=dist-bootstrapping
+ -cd hpc && $(CABAL) clean --distpref=dist-bootstrapping
$(RM) -rf bootstrapping
$(RM) -f bootstrapping.conf bootstrapping.conf.old
$(RM) -f bootstrapping.conf.tmp bootstrapping.conf.tmp.old