diff options
author | Georg Brandl <georg@python.org> | 2008-07-19 09:58:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-07-19 09:58:13 (GMT) |
commit | 59f8d83b33bcda5edb507f6135b7a5dfcaf5b1b2 (patch) | |
tree | 157ad4ef3e80239aa0b64bf96227cac96982d365 /Mac/Makefile.in | |
parent | aed4bd449198d9641c0bcc261534b112f72b9828 (diff) | |
download | cpython-59f8d83b33bcda5edb507f6135b7a5dfcaf5b1b2.zip cpython-59f8d83b33bcda5edb507f6135b7a5dfcaf5b1b2.tar.gz cpython-59f8d83b33bcda5edb507f6135b7a5dfcaf5b1b2.tar.bz2 |
#3414: run install_Python when installing Python.
Diffstat (limited to 'Mac/Makefile.in')
-rw-r--r-- | Mac/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Mac/Makefile.in b/Mac/Makefile.in index 6168e30..2e0d62d 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 |