mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL.
This commit is contained in:
parent
71445570c6
commit
b0259bc3ad
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue