From: sof Date: Thu, 16 Apr 1998 12:36:34 +0000 (+0000) Subject: [project @ 1998-04-16 12:36:34 by sof] X-Git-Tag: Approx_2487_patches~788 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6055b651c6b20402cdac77571b595089cca3159d;p=ghc-hetmet.git [project @ 1998-04-16 12:36:34 by sof] Don't bother with misc/, concurrent/ and posix/ when booting --- diff --git a/ghc/lib/Makefile b/ghc/lib/Makefile index 27144d0..ae3bee5 100644 --- a/ghc/lib/Makefile +++ b/ghc/lib/Makefile @@ -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