From: Mark Dickinson Date: Thu, 18 Dec 2008 19:46:21 +0000 (+0000) Subject: Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'. X-Git-Tag: v2.7a1~2529 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d66c6d31afecf534b2182c79fc3496c8fd85332e;p=python Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'. Thanks Ned Deily. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index e5706cdf78..959dd1ba8e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1068,7 +1068,7 @@ frameworkaltinstallunixtools4way: # This installs the Demos and Tools into the applications directory. # It is not part of a normal frameworkinstall frameworkinstallextras: - cd Mac && Make installextras DESTDIR="$(DESTDIR)" + cd Mac && $(MAKE) installextras DESTDIR="$(DESTDIR)" # This installs a few of the useful scripts in Tools/scripts scriptsinstall: