Trim imports
[ghc-hetmet.git] / libraries / Makefile
index a27d92b..8722883 100644 (file)
@@ -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"
@@ -18,6 +22,7 @@ SUBDIRS += $(wildcard parsec)
 # needed to bootstrap GHC.
 ifneq "$(GhcBootLibs)" "YES"
 SUBDIRS += $(wildcard haskell-src)
+SUBDIRS += $(wildcard time)
 SUBDIRS += $(wildcard network)
 SUBDIRS += $(wildcard QuickCheck)
 SUBDIRS += $(wildcard HUnit)