summaryrefslogtreecommitdiff
path: root/compiler/ghc.mk
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-05-07 08:45:07 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-05-07 08:45:07 +0000
commitc1ce11e447c26165a97a4c614866d5bb36543cc2 (patch)
treeaa433b6d4d3e10800522db7ffafb0c4b78384d93 /compiler/ghc.mk
parent5d5410209524eb3e3b39619ba398dbb924ae91c0 (diff)
downloadhaskell-c1ce11e447c26165a97a4c614866d5bb36543cc2.tar.gz
fix -fforce-recomp setting: module is PrimOp, not PrimOps
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r--compiler/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk
index 9cbacf4bd4..e3746a45e9 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