From 466ad9a7d423a110112981deb123f22a309e98a6 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 25 Aug 2006 09:10:13 +0000 Subject: [PATCH] move parsec into $(GhcBootLibs); tidy up --- libraries/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libraries/Makefile b/libraries/Makefile index 026fe45..b6d8ede 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -9,7 +9,8 @@ include $(TOP)/mk/boilerplate.mk # want the Makefile. MFLAGS += -f Makefile -SUBDIRS = base haskell98 template-haskell readline regex-base regex-posix regex-compat +SUBDIRS = base haskell98 template-haskell readline \ + regex-base regex-posix regex-compat parsec Cabal ifeq "$(GhcLibsWithUnix)" "YES" SUBDIRS += unix @@ -18,12 +19,9 @@ ifeq "$(Windows)" "YES" SUBDIRS += $(wildcard Win32) endif -SUBDIRS += Cabal - # 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 html) SUBDIRS += $(wildcard network) -- 1.7.10.4