]> granicus.if.org Git - python/commitdiff
Replaced python.app target with osxapps (it builds more than
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 2 Aug 2002 11:24:11 +0000 (11:24 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 2 Aug 2002 11:24:11 +0000 (11:24 +0000)
one .app nowadays) and fixed it to work.

Makefile.pre.in

index efa31c4f348d65690e528807a127fa7e0341de76..7e654789777e2103d92b2196a7b82e557ca35176 100644 (file)
@@ -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