[Python-checkins] python/dist/src Makefile.pre.in,1.108,1.109

loewis@users.sourceforge.net loewis@users.sourceforge.net
Fri, 03 Jan 2003 12:39:38 -0800


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

Modified Files:
	Makefile.pre.in 
Log Message:
Use RUNSHARED for python invocations. Fixes #661408.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** Makefile.pre.in	1 Jan 2003 20:07:42 -0000	1.108
--- Makefile.pre.in	3 Jan 2003 20:39:29 -0000	1.109
***************
*** 839,843 ****
  # This installs IDLE
  idleinstall:
! 	SRCDIR=$(srcdir) \
  	./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
  	--check-tkinter \
--- 839,843 ----
  # This installs IDLE
  idleinstall:
! 	SRCDIR=$(srcdir) $(RUNSHARED) \
  	./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
  	--check-tkinter \
***************
*** 848,852 ****
  # This installs a few of the useful scripts in Tools/scripts
  scriptsinstall:
! 	SRCDIR=$(srcdir) \
  	./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \
  	--prefix=$(prefix) \
--- 848,852 ----
  # This installs a few of the useful scripts in Tools/scripts
  scriptsinstall:
! 	SRCDIR=$(srcdir) $(RUNSHARED) \
  	./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \
  	--prefix=$(prefix) \