remove empty dir
[ghc-hetmet.git] / ghc / lib / Makefile
index 27144d0..ca08ea2 100644 (file)
@@ -1,17 +1,6 @@
-#################################################################################
-#
-#                          ghc/lib/Makefile
-#
-#              Makefile for building the GHC Prelude libraries umpteen ways
-#
-#      
-#################################################################################
-
-TOP = ..
+TOP=..
 include $(TOP)/mk/boilerplate.mk
 
-# posix must be before misc.
-
-SUBDIRS = std exts posix misc concurrent
+SUBDIRS = compat
 
 include $(TOP)/mk/target.mk