diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-05-18 13:15:06 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-05-18 13:15:06 +0000 |
commit | 291acff508eccd0a2ad510d48114bf3f8987c7db (patch) | |
tree | f8bafac056ab43bdcafcb51d747c5dd8fe5eb81f /libraries | |
parent | 317da78a27cda0c07fce325953f096453bcef477 (diff) | |
download | haskell-291acff508eccd0a2ad510d48114bf3f8987c7db.tar.gz |
take parsec out of $(GhcBootLibs)
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 2 |
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) |