hpc is now a corelib, so always build it
authorIan Lynagh <igloo@earth.li>
Thu, 5 Jul 2007 22:31:37 +0000 (22:31 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 5 Jul 2007 22:31:37 +0000 (22:31 +0000)
libraries/Makefile

index b9a8cd2..b3f9808 100644 (file)
@@ -36,7 +36,7 @@ TOP=..
 include $(TOP)/mk/boilerplate.mk
 
 SUBDIRS = base old-locale old-time filepath directory process pretty \
-          template-haskell readline Cabal random haskell98
+          hpc template-haskell readline Cabal random haskell98
 
 ifeq "$(GhcLibsWithUnix)" "YES"
 SUBDIRS += unix
@@ -61,7 +61,6 @@ SUBDIRS += $(wildcard mtl)
 SUBDIRS += $(wildcard fgl)
 SUBDIRS += $(wildcard X11)
 SUBDIRS += $(wildcard time)
-SUBDIRS += $(wildcard hpc)
 ifeq "$(Windows)" "NO"
 # HGL is not working on Win32, so omit it for now.  Better not to ship it
 # at all than to ship a broken version.