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

This commit is contained in:
Guido van Rossum 1996-10-24 21:47:45 +00:00
parent 71445570c6
commit b0259bc3ad

View file

@ -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