summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/Makefile
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-02 21:46:40 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-02 21:46:40 (GMT)
commit940dc922c0be94c622d8e2cf1474471397073f4e (patch)
treeaf36d8a5c29fff96c637659964a6337c92a32754 /Mac/OSX/Makefile
parent0fdaee7419c56d0a48abc78a022a049646fa43f9 (diff)
downloadcpython-940dc922c0be94c622d8e2cf1474471397073f4e.zip
cpython-940dc922c0be94c622d8e2cf1474471397073f4e.tar.gz
cpython-940dc922c0be94c622d8e2cf1474471397073f4e.tar.bz2
Build the IDE last, as it may fail because of waste missing.
Diffstat (limited to 'Mac/OSX/Makefile')
-rw-r--r--Mac/OSX/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile
index ff689b6..83587ea 100644
--- a/Mac/OSX/Makefile
+++ b/Mac/OSX/Makefile
@@ -44,7 +44,7 @@ RESOURCEDIR=$(srcdir)/Mac/Resources
RESOURCEFILE=python.rsrc
RFCONVERTER=$(srcdir)/Mac/Lib/applesingle.py
-install_all: install_PythonLauncher install_Python install_IDE install_BuildApplet
+install_all: install_PythonLauncher install_Python install_BuildApplet install_IDE
install_PythonLauncher:
cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \