Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09027aa

Browse files
committed
Merged revisions 67844 via svnmerge from
svn+ssh://[email protected]/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. ........
1 parent 19288c2 commit 09027aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ frameworkaltinstallunixtools4way:
10501050
# This installs the Demos and Tools into the applications directory.
10511051
# It is not part of a normal frameworkinstall
10521052
frameworkinstallextras:
1053-
cd Mac && Make installextras DESTDIR="$(DESTDIR)"
1053+
cd Mac && $(MAKE) installextras DESTDIR="$(DESTDIR)"
10541054

10551055
# This installs a few of the useful scripts in Tools/scripts
10561056
scriptsinstall:

0 commit comments

Comments
 (0)