[project @ 1999-02-03 09:08:01 by simonm]
[ghc-hetmet.git] / ghc / lib / Makefile
index 27144d0..24605ce 100644 (file)
@@ -12,6 +12,10 @@ include $(TOP)/mk/boilerplate.mk
 
 # posix must be before misc.
 
-SUBDIRS = std exts posix misc concurrent
+ifeq "$(GhcWithHscBuiltViaC)" "YES"
+SUBDIRS = std exts
+else
+SUBDIRS = std exts misc posix concurrent
+endif
 
 include $(TOP)/mk/target.mk