From 940dc922c0be94c622d8e2cf1474471397073f4e Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 2 Aug 2002 21:46:40 +0000 Subject: [PATCH] Build the IDE last, as it may fail because of waste missing. --- Mac/OSX/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/OSX/Makefile b/Mac/OSX/Makefile index ff689b6f83..83587eac7b 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 ; \ -- 2.40.0