[Python-checkins] python/dist/src Makefile.pre.in,1.140,1.141
jackjansen at users.sourceforge.net
jackjansen at users.sourceforge.net
Sun Dec 7 16:52:09 EST 2003
Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv29230
Modified Files:
Makefile.pre.in
Log Message:
forward port of 1.136.6.2:
$(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.140
retrieving revision 1.141
diff -C2 -d -r1.140 -r1.141
*** Makefile.pre.in 18 Nov 2003 19:54:20 -0000 1.140
--- Makefile.pre.in 7 Dec 2003 21:52:07 -0000 1.141
***************
*** 876,880 ****
$(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
--- 876,880 ----
$(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
***************
*** 882,886 ****
$(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.
--- 882,886 ----
$(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