[commit: ghc] ghc-7.8: fix SHELL makefile variable to be set by the configure script (fixes #8783) (af88b5b)
git at git.haskell.org
git at git.haskell.org
Mon Mar 17 15:36:27 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/af88b5b7ded1904e687de3d2057eb1fa0ff3dfbd/ghc
>---------------------------------------------------------------
commit af88b5b7ded1904e687de3d2057eb1fa0ff3dfbd
Author: Karel Gardas <karel.gardas at centrum.cz>
Date: Wed Mar 12 16:14:49 2014 +0100
fix SHELL makefile variable to be set by the configure script (fixes #8783)
The patch provided by Christian Maeder <Christian.Maeder at dfki.de>
Signed-off-by: Karel Gardas <karel.gardas at centrum.cz>
Signed-off-by: Austin Seipp <austin at well-typed.com>
(cherry picked from commit a0bcbb54481297f9ff329766529a8343c4853e3f)
>---------------------------------------------------------------
af88b5b7ded1904e687de3d2057eb1fa0ff3dfbd
mk/config.mk.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index b805a14..f24c495 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -652,7 +652,7 @@ PIC = pic
RANLIB_CMD = @RANLIB_CMD@
REAL_RANLIB_CMD = @REAL_RANLIB_CMD@
SED = @SedCmd@
-SHELL = /bin/sh
+SHELL = @SHELL@
HaveDtrace = @HaveDtrace@
USE_DTRACE = $(HaveDtrace)
More information about the ghc-commits
mailing list