mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'.
Thanks Ned Deily.
This commit is contained in:
parent
73c0e65fc3
commit
d66c6d31af
1 changed files with 1 additions and 1 deletions
|
@ -1068,7 +1068,7 @@ frameworkaltinstallunixtools4way:
|
||||||
# This installs the Demos and Tools into the applications directory.
|
# This installs the Demos and Tools into the applications directory.
|
||||||
# It is not part of a normal frameworkinstall
|
# It is not part of a normal frameworkinstall
|
||||||
frameworkinstallextras:
|
frameworkinstallextras:
|
||||||
cd Mac && Make installextras DESTDIR="$(DESTDIR)"
|
cd Mac && $(MAKE) installextras DESTDIR="$(DESTDIR)"
|
||||||
|
|
||||||
# This installs a few of the useful scripts in Tools/scripts
|
# This installs a few of the useful scripts in Tools/scripts
|
||||||
scriptsinstall:
|
scriptsinstall:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue