diff options
author | Ian Lynagh <igloo@earth.li> | 2009-11-08 12:02:04 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-11-08 12:02:04 +0000 |
commit | 6e232f498ba600e7d7cc4938f5f2e6ce5d300bbc (patch) | |
tree | 3a7bee3caeaed5e466316c07b571b6b9a00f9d12 /ghc.mk | |
parent | 0434f5bf9a2712a99e9e6c99d67991a3f09af91d (diff) | |
download | haskell-6e232f498ba600e7d7cc4938f5f2e6ce5d300bbc.tar.gz |
Tell ghc-cabal what strip program to use
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' \ |