From a89555a7c740632e5601a5fd6169981bffe89b3b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 4 Oct 2006 16:53:55 +0000 Subject: [PATCH] Don't create GHC.Prim when bootstrapping; we can't, and we don't need it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ced947..a8fb0a7 100644 --- 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 -- 1.7.10.4