From: Ian Lynagh Date: Wed, 4 Oct 2006 16:53:55 +0000 (+0000) Subject: Don't create GHC.Prim when bootstrapping; we can't, and we don't need it X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a89555a7c740632e5601a5fd6169981bffe89b3b;p=ghc-base.git Don't create GHC.Prim when bootstrapping; we can't, and we don't need it --- 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