X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=ed2d92a5817986ff08e99c9f3ac850cf7e01ddba;hb=b008746d6d36518b6e89484379e45c798d944743;hp=0d38613536e4719e3aa348ba10f3d1311eaee32d;hpb=9c4afa87c955147eef021a3ad6533c5fee4d4fc1;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 0d38613..ed2d92a 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -35,15 +35,14 @@ default_target: all TOP=.. include $(TOP)/mk/boilerplate.mk -SUBDIRS = base bytestring old-locale old-time filepath directory process pretty \ - hpc template-haskell readline Cabal random haskell98 - +SUBDIRS = base containers bytestring old-locale old-time filepath directory ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix endif ifeq "$(Windows)" "YES" SUBDIRS += $(wildcard Win32) endif +SUBDIRS += process pretty hpc template-haskell readline Cabal random haskell98 # Set GhcBootLibs=YES from the command line to work with just the libraries # needed to bootstrap GHC.