From: Mark Dickinson Date: Thu, 18 Dec 2008 19:47:49 +0000 (+0000) Subject: Merged revisions 67844 via svnmerge from X-Git-Tag: v2.6.2c1~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa64038bc566a24ec9fd73d47dc56f8b11372536;p=python Merged revisions 67844 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67844 | mark.dickinson | 2008-12-18 19:46:21 +0000 (Thu, 18 Dec 2008) | 3 lines 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 f951907fa9..b82b3a6405 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: