summaryrefslogtreecommitdiff
path: root/utils/ghc-cabal/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-10-24 17:49:42 +0100
committerIan Lynagh <ian@well-typed.com>2012-10-24 18:03:34 +0100
commit68ae113299dbf2928cf0a8c4400b960620136738 (patch)
treedba89f6d09b9ba5ce19ebd287d9e5701e7fd6d26 /utils/ghc-cabal/ghc.mk
parentb8da5dd3c55d766f0229abb46a1e5c7819d2cd73 (diff)
downloadhaskell-68ae113299dbf2928cf0a8c4400b960620136738.tar.gz
Make it possible to build with only way dyn
Diffstat (limited to 'utils/ghc-cabal/ghc.mk')
-rw-r--r--utils/ghc-cabal/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk
index ae1a213122..de0c5f21ae 100644
--- a/utils/ghc-cabal/ghc.mk
+++ b/utils/ghc-cabal/ghc.mk
@@ -54,8 +54,8 @@ $(GHC_CABAL_DIR)_USES_CABAL = YES
$(GHC_CABAL_DIR)_PACKAGE = ghc-cabal
$(GHC_CABAL_DIR)_dist-install_PROG = ghc-cabal$(exeext)
$(GHC_CABAL_DIR)_dist-install_INSTALL_INPLACE = NO
+$(GHC_CABAL_DIR)_dist-install_WANT_BINDIST_WRAPPER = YES
$(GHC_CABAL_DIR)_dist-install_MODULES = Main
-$(GHC_CABAL_DIR)_dist-install_MORE_HC_OPTS = -static
$(eval $(call build-prog,utils/ghc-cabal,dist-install,1))