From: Simon Marlow Date: Thu, 18 May 2006 13:15:06 +0000 (+0000) Subject: take parsec out of $(GhcBootLibs) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=291acff508eccd0a2ad510d48114bf3f8987c7db take parsec out of $(GhcBootLibs) --- 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)