summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-05-15 18:18:19 +0100
committerIan Lynagh <igloo@earth.li>2012-05-15 18:18:19 +0100
commit5ccb43f3306bb0907948d97ea6bffe9f70c69554 (patch)
tree3cb6caaa3c6f2d5a0a1057d939514010ed492416 /mk/config.mk.in
parent59e1f0687aa6e2d65c4de314f80b13e4aedad8bc (diff)
parent921530b477867edb5158e4ad5bbbdb5c7c531c97 (diff)
downloadhaskell-5ccb43f3306bb0907948d97ea6bffe9f70c69554.tar.gz
Merge branch 'master' of http://darcs.haskell.org//ghc
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r--mk/config.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index b998946239..1cf8685383 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -543,6 +543,8 @@ compiler/cmm/Bitmap_HC_OPTS += -ffull-laziness
# for some unknown reason, so turn full-laziness back on for this module.
endif
+GHC_PACKAGE_DB_FLAG = @GHC_PACKAGE_DB_FLAG@
+
#-----------------------------------------------------------------------------
# C compiler
#