[project @ 1998-04-16 12:36:34 by sof]
authorsof <unknown>
Thu, 16 Apr 1998 12:36:34 +0000 (12:36 +0000)
committersof <unknown>
Thu, 16 Apr 1998 12:36:34 +0000 (12:36 +0000)
Don't bother with misc/, concurrent/ and posix/ when booting

ghc/lib/Makefile

index 27144d0..ae3bee5 100644 (file)
@@ -12,6 +12,10 @@ include $(TOP)/mk/boilerplate.mk
 
 # posix must be before misc.
 
+ifeq "$(GhcWithHscBuiltViaC)" "YES"
+SUBDIRS = std exts
+else
 SUBDIRS = std exts posix misc concurrent
+endif
 
 include $(TOP)/mk/target.mk