take parsec out of $(GhcBootLibs)
authorSimon Marlow <simonmar@microsoft.com>
Thu, 18 May 2006 13:15:06 +0000 (13:15 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 18 May 2006 13:15:06 +0000 (13:15 +0000)
libraries/Makefile

index 8722883..3a1c70f 100644 (file)
@@ -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)