Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/e52554768ad28bd0c191826100786b1aee3295dc/ghc
>--------------------------------------------------------------- commit e52554768ad28bd0c191826100786b1aee3295dc Author: Gabor Greif <[email protected]> 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 _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
