X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=b9a8cd26e6a6ed0feca86ff6dd3e3a511c042aff;hb=43f5591b98f1099694ac3184e00ff9818a825a0a;hp=8e9d55d1d93553297198553a236bc1ac8dacd443;hpb=41ec676d1733d92041f3e94a4973ba3d5e789c74;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 8e9d55d..b9a8cd2 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -35,7 +35,7 @@ default_target: all TOP=.. include $(TOP)/mk/boilerplate.mk -SUBDIRS = base old-locale old-time directory process filepath pretty \ +SUBDIRS = base old-locale old-time filepath directory process pretty \ template-haskell readline Cabal random haskell98 ifeq "$(GhcLibsWithUnix)" "YES" @@ -273,6 +273,7 @@ clean: $(foreach SUBDIR,$(SUBDIRS),clean.library.$(SUBDIR)) $(RM) -f stamp/bootstrapping.* $(RM) -rf bootstrapping.* $(RM) -rf ifBuildable + $(RM) -rf installPackage $(RM) -f libraries.txt index.html doc-index.html $(foreach SUBDIR,$(SUBDIRS),clean.library.$(SUBDIR)): \