X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=libraries%2FMakefile;h=3a1c70ffa64837ecdbd54747a240cbcaeb02bbac;hb=291acff508eccd0a2ad510d48114bf3f8987c7db;hp=87228836225772bd21fc5b9f1156c544b439fba5;hpb=317da78a27cda0c07fce325953f096453bcef477;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 8722883..3a1c70f 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -16,11 +16,11 @@ SUBDIRS += unix endif SUBDIRS += Cabal -SUBDIRS += $(wildcard parsec) # Set GhcBootLibs=YES from the command line to work with just the libraries # needed to bootstrap GHC. ifneq "$(GhcBootLibs)" "YES" +SUBDIRS += $(wildcard parsec) SUBDIRS += $(wildcard haskell-src) SUBDIRS += $(wildcard time) SUBDIRS += $(wildcard network)