Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0259bc

Browse files
committed
Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL.
1 parent 7144557 commit b0259bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Misc/Makefile.pre.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ exec_prefix= $(prefix)
126126

127127
# === Fixed definitions ===
128128

129+
# Shell used by make (some versions default to the login shell, which is bad)
130+
SHELL= /bin/sh
131+
129132
# Expanded directories
130133
BINDIR= $(exec_installdir)/bin
131134
LIBDIR= $(exec_prefix)/lib

0 commit comments

Comments
 (0)