diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-09-17 18:50:46 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-09-17 18:59:19 +0100 |
commit | e76fa6999edab45baccc572bff5b0abe7abe3405 (patch) | |
tree | 0d6e8276a3d9504fa786e3362c665e83f50a47fa /compiler/ghc.mk | |
parent | 998a633764db8cea2b650b59be3d2ac6d300465e (diff) | |
download | haskell-e76fa6999edab45baccc572bff5b0abe7abe3405.tar.gz |
Merge the remainder of HaskellConstants into Constants
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index f65813dd94..a0754af5c2 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -474,16 +474,12 @@ $(compiler_stage1_depfile_haskell) : $(COMPILER_INCLUDES_DEPS) $(compiler_stage2_depfile_haskell) : $(COMPILER_INCLUDES_DEPS) $(compiler_stage3_depfile_haskell) : $(COMPILER_INCLUDES_DEPS) -# Every Constants.o object file depends on includes/GHCConstants.h: -$(eval $(call compiler-hs-dependency,Constants,$(includes_GHCCONSTANTS) includes/HaskellConstants.hs)) - # Every PrimOp.o object file depends on $(PRIMOP_BITS): $(eval $(call compiler-hs-dependency,PrimOp,$(PRIMOP_BITS))) # GHC itself doesn't know about the above dependencies, so we have to -# switch off the recompilation checker for those modules: +# switch off the recompilation checker for that module: compiler/prelude/PrimOp_HC_OPTS += -fforce-recomp -compiler/main/Constants_HC_OPTS += -fforce-recomp # LibFFI.hs #includes ffi.h compiler/stage2/build/LibFFI.hs : $(libffi_HEADERS) |