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