summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-12-17 19:45:13 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2015-12-17 20:10:18 +0100
commitc1bd3d444f8c52c688fdbea695ee0ae7f402945d (patch)
treebfdb16aaa0e7c8a47591e01d1c4f89f3f3c51c75 /mk
parent1722fa106e10e63160bb2322e2ccb830fd5b9ab3 (diff)
downloadhaskell-c1bd3d444f8c52c688fdbea695ee0ae7f402945d.tar.gz
Build system: also put scripts in libexecdir/bin
This follows a similar change in 4905b83a2d448c65ccced385343d4e8124548a3b, where binaries are installed in libexecdir/bin instead of libexecdir. This fixes a problem with ghc not able to find ghc-split, when SplitObjs=YES.
Diffstat (limited to 'mk')
-rw-r--r--mk/install.mk.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/install.mk.in b/mk/install.mk.in
index 38e6459466..e404397647 100644
--- a/mk/install.mk.in
+++ b/mk/install.mk.in
@@ -100,11 +100,6 @@ else
# Unix: override libdir and datadir to put ghc-specific stuff in
# a subdirectory with the version number included.
-#
-# datadir is set to libdir here as GHC needs package.conf and unlit
-# 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)/$(CrossCompilePrefix)ghc-$(ProjectVersion)
ghcdocdir = $(datarootdir)/doc/ghc
endif