[project @ 2001-08-04 06:19:54 by ken]
[ghc-hetmet.git] / ghc / lib / Makefile
index 0dfe5f2..b7e87f1 100644 (file)
@@ -1,21 +1,9 @@
-#################################################################################
-#
-#                          ghc/lib/Makefile
-#
-#              Makefile for building the GHC Prelude libraries umpteen ways
-#
-#      
-#################################################################################
+# -----------------------------------------------------------------------------
+# $Id: Makefile,v 1.33 1999/11/26 16:29:12 simonmar Exp $
 
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-# posix must be before misc.
-
-ifeq "$(GhcWithHscBuiltViaC)" "YES"
-SUBDIRS = std exts
-else
-SUBDIRS = std exts concurrent misc posix
-endif
+SUBDIRS = std
 
 include $(TOP)/mk/target.mk