X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=3a1c70ffa64837ecdbd54747a240cbcaeb02bbac;hb=1375c0a78d6e786fa70e483597f93143baa5d65a;hp=a27d92b79e8fafe55fac5fe1cc45039c0f6e8ac3;hpb=8c56903f4884d9597e04868e1a67513e63dc89c0;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index a27d92b..3a1c70f 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -5,6 +5,10 @@ include $(TOP)/mk/boilerplate.mk # ----------------------------------------------------------------------------- +# The Cabal package has a GNUmakefile for standalone building, but we +# want the Makefile. +MFLAGS += -f Makefile + SUBDIRS = base haskell98 template-haskell ifeq "$(GhcLibsWithUnix)" "YES" @@ -12,12 +16,13 @@ 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) SUBDIRS += $(wildcard QuickCheck) SUBDIRS += $(wildcard HUnit)