[Python-checkins] python/dist/src/Mac/OSX Makefile,1.38,1.39 Mac.pth,1.2,NONE

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 17 Mar 2003 07:45:42 -0800


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

Modified Files:
	Makefile 
Removed Files:
	Mac.pth 
Log Message:
Get rid of Mac.pth: plat-mac is now added through the normal mechanism.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** Makefile	11 Mar 2003 23:07:08 -0000	1.38
--- Makefile	17 Mar 2003 15:45:38 -0000	1.39
***************
*** 16,20 ****
  PYTHONAPPSDIR=$(dstroot)$(PYTHONAPPSPATH)
  APPINSTALLDIR=$(prefix)/Resources/Python.app
- PTHFILE=$(srcdir)/Mac/OSX/Mac.pth
  
  # Variables for installing the "normal" unix binaries
--- 16,19 ----
***************
*** 215,219 ****
  	done
  	
- 	$(INSTALL_DATA) $(PTHFILE) $(LIBDEST)/site-packages/
  
  	$(BUILDPYTHON) $(CACHERSRC) -v $(MACLIBDEST) $(MACTOOLSDEST)
--- 214,217 ----

--- Mac.pth DELETED ---