[Python-checkins] python/dist/src/Mac/OSX Makefile,1.43,1.44

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 20 Jun 2003 07:33:40 -0700


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

Modified Files:
	Makefile 
Log Message:
Installation of PythonLauncher has been failing silently, probably since
the DESTDIR patch. Fixed.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** Makefile	19 Jun 2003 22:35:20 -0000	1.43
--- Makefile	20 Jun 2003 14:33:38 -0000	1.44
***************
*** 59,64 ****
  install_PythonLauncher:
  	cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
! 	pbxbuild -target PythonLauncher -buildstyle Deployment \
! 		DSTROOT=$(DESTDIR) INSTALL_PATH=$(PYTHONAPPSPATH) install
  	
  install_Python:
--- 59,64 ----
  install_PythonLauncher:
  	cd $(srcdir)/Mac/OSX/PythonLauncher/PythonLauncher.pbproj ; \
! 	pbxbuild -target PythonLauncher -buildstyle Deployment install \
! 		DSTROOT=$(DESTDIR)/ INSTALL_PATH=$(PYTHONAPPSPATH)
  	
  install_Python: