summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-11-08 12:02:04 +0000
committerIan Lynagh <igloo@earth.li>2009-11-08 12:02:04 +0000
commit6e232f498ba600e7d7cc4938f5f2e6ce5d300bbc (patch)
tree3a7bee3caeaed5e466316c07b571b6b9a00f9d12 /ghc.mk
parent0434f5bf9a2712a99e9e6c99d67991a3f09af91d (diff)
downloadhaskell-6e232f498ba600e7d7cc4938f5f2e6ce5d300bbc.tar.gz
Tell ghc-cabal what strip program to use
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index e64202fb15..23d4e5fdc9 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -866,6 +866,7 @@ install_packages: libffi/package.conf.install rts/package.conf.install
"$(GHC_CABAL_INPLACE)" install \
"$(INSTALLED_GHC_REAL)" \
"$(INSTALLED_GHC_PKG_REAL)" \
+ "$(STRIP)" \
"$(DESTDIR)$(topdir)" \
$p $(INSTALL_DISTDIR_$p) \
'$(DESTDIR)' '$(prefix)' '$(ghclibdir)' '$(docdir)/html/libraries' \