summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.pre.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index efa31c4f34..7e65478977 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