diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/install.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/install.mk.in b/mk/install.mk.in index 2808c1f784..d6f68abd19 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 |