From: Georg Brandl Date: Sat, 19 Jul 2008 09:58:13 +0000 (+0000) Subject: #3414: run install_Python when installing Python. X-Git-Tag: v3.0b3~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=59f8d83b33bcda5edb507f6135b7a5dfcaf5b1b2;p=python #3414: run install_Python when installing Python. --- diff --git a/Mac/Makefile.in b/Mac/Makefile.in index 6168e30e0c..2e0d62d60a 100644 --- a/Mac/Makefile.in +++ b/Mac/Makefile.in @@ -45,10 +45,11 @@ DOCDIR=$(srcdir)/Resources/app/Resources/English.lproj/Documentation DOCINDEX=$(DOCDIR)/"Documentation idx" compileall=$(srcdir)/../Lib/compileall.py -installapps: install_PythonLauncher install_IDLE checkapplepython install_pythonw \ - install_versionedtools +installapps: install_Python install_PythonLauncher install_IDLE \ + checkapplepython install_pythonw install_versionedtools -installapps4way: install_Python4way install_BuildApplet install_PythonLauncher install_IDLE install_pythonw4way install_versionedtools +installapps4way: install_Python4way install_PythonLauncher \ + install_IDLE install_pythonw4way install_versionedtools install_pythonw: pythonw