From: Simon Marlow Date: Fri, 7 May 2010 08:45:07 +0000 (+0000) Subject: fix -fforce-recomp setting: module is PrimOp, not PrimOps X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c1ce11e447c26165a97a4c614866d5bb36543cc2 fix -fforce-recomp setting: module is PrimOp, not PrimOps --- diff --git a/compiler/ghc.mk b/compiler/ghc.mk index 9cbacf4..e3746a4 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -486,7 +486,7 @@ $(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: -compiler/prelude/PrimOps_HC_OPTS += -fforce-recomp +compiler/prelude/PrimOp_HC_OPTS += -fforce-recomp compiler/main/Constants_HC_OPTS += -fforce-recomp # Workaround for #4003 in GHC 6.12.2. It didn't happen in 6.12.1, and