From f5baf549bcd4b835fdc8e0ce00b854f522464e68 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 17 Oct 2008 19:59:42 +0000 Subject: [PATCH] Clean the bootstrapping extensible-exceptions package --- libraries/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libraries/Makefile b/libraries/Makefile index b0179ca..624427f 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 -- 1.7.10.4