summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorKarel Gardas <karel.gardas@centrum.cz>2014-03-12 16:14:49 +0100
committerAustin Seipp <austin@well-typed.com>2014-03-13 17:56:35 -0500
commita0bcbb54481297f9ff329766529a8343c4853e3f (patch)
tree2fdde6bbf58e18ccc4e704ed48ad8b9ceea94932 /mk
parent46d05ba03d1491cade4a3fe33f0b8c404ad3c760 (diff)
downloadhaskell-a0bcbb54481297f9ff329766529a8343c4853e3f.tar.gz
fix SHELL makefile variable to be set by the configure script (fixes #8783)
The patch provided by Christian Maeder <Christian.Maeder@dfki.de> Signed-off-by: Karel Gardas <karel.gardas@centrum.cz> Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index b805a14e06..f24c49550e 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)