X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=libraries%2FMakefile;h=624427f3dc5a31bf6445bd53582387cd5e7b418d;hp=b0179cae318759d347b680f64fe9c24551bb7fef;hb=f5baf549bcd4b835fdc8e0ce00b854f522464e68;hpb=230db59e57cb21a80f727b139bd619ef26eb020b 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