[commit: ghc] master: Patch by lukexi. (e525547)

git at git.haskell.org git at git.haskell.org
Tue Sep 3 04:17:05 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e52554768ad28bd0c191826100786b1aee3295dc/ghc

>---------------------------------------------------------------

commit e52554768ad28bd0c191826100786b1aee3295dc
Author: Gabor Greif <ggreif at gmail.com>
Date:   Tue Sep 3 04:14:48 2013 +0200

    Patch by lukexi.
    
    Fixing #8217 for the unix(-like) case.


>---------------------------------------------------------------

e52554768ad28bd0c191826100786b1aee3295dc
 mk/install.mk.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/install.mk.in b/mk/install.mk.in
index 2808c1f..d6f68ab 100644
--- a/mk/install.mk.in
+++ b/mk/install.mk.in
@@ -105,7 +105,7 @@ else
 # to be in the same place (and things like ghc-pkg need to agree on
 # where package.conf is, so we just set it globally).
 #
-ghclibdir     = $(libdir)/ghc-$(ProjectVersion)
+ghclibdir     = $(libdir)/$(CrossCompilePrefix)ghc-$(ProjectVersion)
 ghcdocdir     = $(datarootdir)/doc/ghc
 endif
 





More information about the ghc-commits mailing list