From: Jack Jansen Date: Fri, 2 Aug 2002 21:46:40 +0000 (+0000) Subject: Build the IDE last, as it may fail because of waste missing. X-Git-Tag: v2.3c1~4758 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=940dc922c0be94c622d8e2cf1474471397073f4e;p=thirdparty%2FPython%2Fcpython.git Build the IDE last, as it may fail because of waste missing. --- diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index ff689b6f8309..83587eac7ba7 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 ; \