8000 #3414: run install_Python when installing Python. · python/cpython@59f8d83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59f8d83

Browse files
committed
#3414: run install_Python when installing Python.
1 parent aed4bd4 commit 59f8d83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Mac/Makefile.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ DOCDIR=$(srcdir)/Resources/app/Resources/English.lproj/Documentation
4545
DOCINDEX=$(DOCDIR)/"Documentation idx"
4646
compileall=$(srcdir)/../Lib/compileall.py
4747

48-
installapps: install_PythonLauncher install_IDLE checkapplepython install_pythonw \
49-
install_versionedtools
48+
installapps: install_Python install_PythonLauncher install_IDLE \
49+
checkapplepython install_pythonw install_versionedtools
5050

51-
installapps4way: install_Python4way install_BuildApplet install_PythonLauncher install_IDLE install_pythonw4way install_versionedtools
51+
installapps4way: install_Python4way install_PythonLauncher \
52+
install_IDLE install_pythonw4way install_versionedtools
5253

5354

5455
install_pythonw: pythonw

0 commit comments

Comments
 (0)
0