From 291acff508eccd0a2ad510d48114bf3f8987c7db Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 18 May 2006 13:15:06 +0000 Subject: [PATCH] take parsec out of $(GhcBootLibs) --- libraries/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4