[project @ 2004-05-09 01:36:32 by dons]
[ghc-base.git] / 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