Skip to content
Snippets Groups Projects
Commit af88b5b7 authored by kgardas's avatar kgardas Committed by thoughtpolice
Browse files

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: default avatarKarel Gardas <karel.gardas@centrum.cz>
Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>

(cherry picked from commit a0bcbb54)
parent 76ba0d6d
No related branches found
No related tags found
No related merge requests found
...@@ -652,7 +652,7 @@ PIC = pic ...@@ -652,7 +652,7 @@ PIC = pic
RANLIB_CMD = @RANLIB_CMD@ RANLIB_CMD = @RANLIB_CMD@
REAL_RANLIB_CMD = @REAL_RANLIB_CMD@ REAL_RANLIB_CMD = @REAL_RANLIB_CMD@
SED = @SedCmd@ SED = @SedCmd@
SHELL = /bin/sh SHELL = @SHELL@
HaveDtrace = @HaveDtrace@ HaveDtrace = @HaveDtrace@
USE_DTRACE = $(HaveDtrace) USE_DTRACE = $(HaveDtrace)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment