summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-02 11:24:11 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-02 11:24:11 (GMT)
commitd5049e734fc9237f0d905fcf659ebbc2e160a514 (patch)
treeee2d713000e26cae5e081cf8d9602e3369bc7045 /Makefile.pre.in
parentf4f6d4859d0e818ba21fd839d391097cefe4367a (diff)
downloadcpython-d5049e734fc9237f0d905fcf659ebbc2e160a514.zip
cpython-d5049e734fc9237f0d905fcf659ebbc2e160a514.tar.gz
cpython-d5049e734fc9237f0d905fcf659ebbc2e160a514.tar.bz2
Replaced python.app target with osxapps (it builds more than
one .app nowadays) and fixed it to work.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index efa31c4..7e65478 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -796,9 +796,9 @@ frameworkinfrastructureinstall: $(LDLIBRARY)
# Build Python executable that can run GUI code. Another MacOSX pseudo
# target.
-python.app:
- $(MAKE) -f $(srcdir)/Mac/OSX/Makefile install installmacsubtree \
- PYTHONSRCDIR=$(srcdir) PYTHONBUILDDIR=.
+osxapps:
+ $(MAKE) -f $(srcdir)/Mac/OSX/Makefile installmacsubtree install_all \
+ srcdir=$(srcdir) builddir=.
# Build the toplevel Makefile
Makefile.pre: Makefile.pre.in config.status