[project @ 1999-07-28 15:34:39 by simonpj]
[ghc-hetmet.git] / ghc / lib / Makefile
index 27144d0..bc4822d 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 concurrent posix misc
+endif
 
 include $(TOP)/mk/target.mk