[Python-checkins] python/dist/src/Mac/OSX Makefile,1.49,1.50

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 23 Jul 2003 03:49:19 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1:/tmp/cvs-serv4480/Mac/OSX

Modified Files:
	Makefile 
Log Message:
Scripts runs with pythonw no longer had full window manager access due
to the name change of Python.app/Contents/MacOS/python to 
Python.app/Contents/MacOS/Python. Fixes #776116.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** Makefile	7 Jul 2003 17:38:26 -0000	1.49
--- Makefile	23 Jul 2003 10:49:17 -0000	1.50
***************
*** 19,23 ****
  # Variables for installing the "normal" unix binaries
  INSTALLED_PYTHON=$(prefix)/bin/python
! INSTALLED_PYTHONW=$(APPINSTALLDIR)/Contents/MacOS/python
  
  # Items more-or-less copied from the main Makefile
--- 19,23 ----
  # Variables for installing the "normal" unix binaries
  INSTALLED_PYTHON=$(prefix)/bin/python
! INSTALLED_PYTHONW=$(APPINSTALLDIR)/Contents/MacOS/Python
  
  # Items more-or-less copied from the main Makefile
***************
*** 231,235 ****
  # the latter may be overridden by Makefile.jaguar when building for a pre-installed
  # /usr/bin/python
! $(APPINSTALLDIR)/Contents/MacOS/python: install_Python
  
  # $(INSTALLED_PYTHON) has to be done by the main Makefile, we cannot do that here.
--- 231,235 ----
  # the latter may be overridden by Makefile.jaguar when building for a pre-installed
  # /usr/bin/python
! $(APPINSTALLDIR)/Contents/MacOS/Python: install_Python
  
  # $(INSTALLED_PYTHON) has to be done by the main Makefile, we cannot do that here.