X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=2b054cd4033be1f983a7764cbe02cfea9d9a67ca;hb=935d87dd7264a03f642290caaae0ce237862fe12;hp=ffb1a90968c8babe08984946ab6582b62294c312;hpb=7cf591f6971ba96d01ec4afc453fa4ac498d759a;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index ffb1a90..2b054cd 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -35,15 +35,14 @@ default_target: all TOP=.. include $(TOP)/mk/boilerplate.mk -SUBDIRS = base old-locale old-time filepath directory process pretty \ - hpc template-haskell readline Cabal random haskell98 - +SUBDIRS = base 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.