[project @ 2004-05-09 01:36:32 by dons]
authordons <unknown>
Sun, 9 May 2004 01:36:32 +0000 (01:36 +0000)
committerdons <unknown>
Sun, 9 May 2004 01:36:32 +0000 (01:36 +0000)
When .hc bootstrapping, don't build the Concurrent_stubs

Makefile

index 640c9e7..f1085cb 100644 (file)
--- 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