[Python-checkins] python/dist/src Makefile.pre.in,1.91,1.92

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 02 Aug 2002 04:24:14 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv12041

Modified Files:
	Makefile.pre.in 
Log Message:
Replaced python.app target with osxapps (it builds more than
one .app nowadays) and fixed it to work.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** Makefile.pre.in	1 Aug 2002 21:57:49 -0000	1.91
--- Makefile.pre.in	2 Aug 2002 11:24:11 -0000	1.92
***************
*** 797,803 ****
  # 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=.
  
  # Build the toplevel Makefile
--- 797,803 ----
  # Build Python executable that can run GUI code. Another MacOSX pseudo
  # target.
! osxapps:
! 	$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installmacsubtree install_all \
! 		srcdir=$(srcdir) builddir=.
  
  # Build the toplevel Makefile