diff options
author | Ian Lynagh <igloo@earth.li> | 2008-10-17 19:59:42 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-10-17 19:59:42 +0000 |
commit | f5baf549bcd4b835fdc8e0ce00b854f522464e68 (patch) | |
tree | f54638ff063919db8071ef3f0f9d0f0b252fe71d /libraries/Makefile | |
parent | 230db59e57cb21a80f727b139bd619ef26eb020b (diff) | |
download | haskell-f5baf549bcd4b835fdc8e0ce00b854f522464e68.tar.gz |
Clean the bootstrapping extensible-exceptions package
Diffstat (limited to 'libraries/Makefile')
-rw-r--r-- | libraries/Makefile | 7 |
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 |