From: Jack Jansen Date: Fri, 2 Aug 2002 11:24:11 +0000 (+0000) Subject: Replaced python.app target with osxapps (it builds more than X-Git-Tag: v2.3c1~4790 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5049e734fc9237f0d905fcf659ebbc2e160a514;p=python Replaced python.app target with osxapps (it builds more than one .app nowadays) and fixed it to work. --- 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