Commit d5049e73 authored by Jack Jansen's avatar Jack Jansen

Replaced python.app target with osxapps (it builds more than

one .app nowadays) and fixed it to work.
parent f4f6d485
...@@ -796,9 +796,9 @@ frameworkinfrastructureinstall: $(LDLIBRARY) ...@@ -796,9 +796,9 @@ frameworkinfrastructureinstall: $(LDLIBRARY)
# Build Python executable that can run GUI code. Another MacOSX pseudo # Build Python executable that can run GUI code. Another MacOSX pseudo
# target. # target.
python.app: osxapps:
$(MAKE) -f $(srcdir)/Mac/OSX/Makefile install installmacsubtree \ $(MAKE) -f $(srcdir)/Mac/OSX/Makefile installmacsubtree install_all \
PYTHONSRCDIR=$(srcdir) PYTHONBUILDDIR=. srcdir=$(srcdir) builddir=.
# Build the toplevel Makefile # Build the toplevel Makefile
Makefile.pre: Makefile.pre.in config.status Makefile.pre: Makefile.pre.in config.status
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment