From 6055b651c6b20402cdac77571b595089cca3159d Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 16 Apr 1998 12:36:34 +0000 Subject: [PATCH] [project @ 1998-04-16 12:36:34 by sof] Don't bother with misc/, concurrent/ and posix/ when booting --- ghc/lib/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 1.7.10.4