Commit 92053f38 authored by Guido van Rossum's avatar Guido van Rossum

Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL.

parent 4a50e0a0
......@@ -126,6 +126,9 @@ exec_prefix= $(prefix)
# === Fixed definitions ===
# Shell used by make (some versions default to the login shell, which is bad)
SHELL= /bin/sh
# Expanded directories
BINDIR= $(exec_installdir)/bin
LIBDIR= $(exec_prefix)/lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment