]> granicus.if.org Git - python/commitdiff
Issue 4692: bogus 'Make' in Makefile.pre.in; replace with '$MAKE'.
authorMark Dickinson <dickinsm@gmail.com>
Thu, 18 Dec 2008 19:46:21 +0000 (19:46 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 18 Dec 2008 19:46:21 +0000 (19:46 +0000)
Thanks Ned Deily.

Makefile.pre.in

index e5706cdf78bd654c4d286ded55eb5e85eaf24b22..959dd1ba8ee9a7d59b0ba83fa95538fe5fbd7397 100644 (file)
@@ -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: