X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.mk;h=e3746a45e94f6830318e9d603c8d61063366cc53;hb=c1ce11e447c26165a97a4c614866d5bb36543cc2;hp=9cbacf4bd4befe2da3149211044ef489cfc2d6d6;hpb=49a8e5c021009430d373d6224b29004c7d18c408;p=ghc-hetmet.git 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