X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=b3f98081573351ced6950a6b2442706a6cdfc76d;hb=58916f710a0f4789925d62c5951b15ee1d11b1a1;hp=2cdd23ab5d5f0b023d7618bd893738f8dddda3b8;hpb=7777ec47dbb0fb49116dc84af4bcc95edfd27702;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 2cdd23a..b3f9808 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -36,7 +36,7 @@ TOP=.. include $(TOP)/mk/boilerplate.mk SUBDIRS = base old-locale old-time filepath directory process pretty \ - template-haskell readline Cabal random haskell98 + hpc template-haskell readline Cabal random haskell98 ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix @@ -61,7 +61,6 @@ SUBDIRS += $(wildcard mtl) SUBDIRS += $(wildcard fgl) SUBDIRS += $(wildcard X11) SUBDIRS += $(wildcard time) -SUBDIRS += $(wildcard hpc) ifeq "$(Windows)" "NO" # HGL is not working on Win32, so omit it for now. Better not to ship it # at all than to ship a broken version. @@ -273,6 +272,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)): \