[Python-checkins] python/dist/src Makefile.pre.in, 1.136.6.1, 1.136.6.2

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Tue Nov 4 16:15:25 EST 2003


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

Modified Files:
      Tag: release23-maint
	Makefile.pre.in 
Log Message:
$(prefix) wasn't communicated to Mac/OSX/Makefile for all targets. Fixed.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.136.6.1
retrieving revision 1.136.6.2
diff -C2 -d -r1.136.6.1 -r1.136.6.2
*** Makefile.pre.in	20 Sep 2003 10:50:28 -0000	1.136.6.1
--- Makefile.pre.in	4 Nov 2003 21:15:22 -0000	1.136.6.2
***************
*** 868,872 ****
  	$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installapps \
  		$(RUNSHARED) BUILDPYTHON=./$(BUILDPYTHON) DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
! 		srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR)
  
  # This install the unix python and pythonw tools in /usr/local/bin
--- 868,872 ----
  	$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installapps \
  		$(RUNSHARED) BUILDPYTHON=./$(BUILDPYTHON) DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
! 		srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR) prefix=$(prefix)
  
  # This install the unix python and pythonw tools in /usr/local/bin
***************
*** 874,878 ****
  	$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installunixtools \
  		DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
! 		srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR)
  
  # This installs the Demos and Tools into the applications directory.
--- 874,878 ----
  	$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installunixtools \
  		DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
! 		srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR) prefix=$(prefix)
  
  # This installs the Demos and Tools into the applications directory.





More information about the Python-checkins mailing list