From: dons Date: Sun, 9 May 2004 01:36:32 +0000 (+0000) Subject: [project @ 2004-05-09 01:36:32 by dons] X-Git-Tag: nhc98-1-18-release~322 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9049e3999806a851fa898beac447ba1a00507511;p=ghc-base.git [project @ 2004-05-09 01:36:32 by dons] When .hc bootstrapping, don't build the Concurrent_stubs --- 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