]> granicus.if.org Git - python/commitdiff
#3414: run install_Python when installing Python.
authorGeorg Brandl <georg@python.org>
Sat, 19 Jul 2008 09:58:13 +0000 (09:58 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Jul 2008 09:58:13 +0000 (09:58 +0000)
Mac/Makefile.in

index 6168e30e0cd0bc665c18a45ec97c9395c763be49..2e0d62d60a3e872b293f4613d7e3b86972f11afe 100644 (file)
@@ -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