[project @ 2001-12-20 16:39:29 by simonmar]
[ghc-hetmet.git] / ghc / lib / Makefile
index 27144d0..b7e87f1 100644 (file)
@@ -1,17 +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.
-
-SUBDIRS = std exts posix misc concurrent
+SUBDIRS = std
 
 include $(TOP)/mk/target.mk