[commit: ghc] master: fix SHELL makefile variable to be set by the configure script (fixes #8783) (a0bcbb5)

git at git.haskell.org git at git.haskell.org
Thu Mar 13 22:57:51 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a0bcbb54481297f9ff329766529a8343c4853e3f/ghc

>---------------------------------------------------------------

commit a0bcbb54481297f9ff329766529a8343c4853e3f
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>


>---------------------------------------------------------------

a0bcbb54481297f9ff329766529a8343c4853e3f
 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