summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-05-18 13:15:06 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-05-18 13:15:06 +0000
commit291acff508eccd0a2ad510d48114bf3f8987c7db (patch)
treef8bafac056ab43bdcafcb51d747c5dd8fe5eb81f /libraries
parent317da78a27cda0c07fce325953f096453bcef477 (diff)
downloadhaskell-291acff508eccd0a2ad510d48114bf3f8987c7db.tar.gz
take parsec out of $(GhcBootLibs)
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 8722883622..3a1c70ffa6 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)