Don't create GHC.Prim when bootstrapping; we can't, and we don't need it
authorIan Lynagh <igloo@earth.li>
Wed, 4 Oct 2006 16:53:55 +0000 (16:53 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 4 Oct 2006 16:53:55 +0000 (16:53 +0000)
Makefile

index 3ced947..a8fb0a7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ SRC_CPP_OPTS += -I$(GHC_INCLUDE_DIR)
 SRC_CPP_OPTS += ${GhcCppOpts}
 
 ifeq "$(BootingFromHc)" "YES"
-GHC/PrimopWrappers.hs: GHC/Prim.hs
+GHC/PrimopWrappers.hs:
        touch GHC/PrimopWrappers.hs
 else
 GHC/PrimopWrappers.hs: $(GHC_COMPILER_DIR)/prelude/primops.txt GHC/Prim.hs