From 9049e3999806a851fa898beac447ba1a00507511 Mon Sep 17 00:00:00 2001 From: dons Date: Sun, 9 May 2004 01:36:32 +0000 Subject: [PATCH] [project @ 2004-05-09 01:36:32 by dons] When .hc bootstrapping, don't build the Concurrent_stubs --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 640c9e7..f1085cb 100644 --- a/Makefile +++ b/Makefile @@ -74,12 +74,13 @@ EXTRA_SRCS += GHC/PrimopWrappers.hs CLEAN_FILES += GHC/PrimopWrappers.hs # ----------------------------------------------------------------------------- - +ifneq "$(BootingFromHc)" "YES" STUBOBJS += \ Control/Concurrent_stub.$(way_)o CLEAN_FILES += $(STUBOBJS) \ Control/Concurrent_stub.[ch] +endif #----------------------------------------------------------------------------- # Building the library for GHCi -- 1.7.10.4