[Python-checkins] python/dist/src Makefile.pre.in,1.125,1.126

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sun, 11 May 2003 13:28:05 -0700


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

Modified Files:
	Makefile.pre.in 
Log Message:
Patch #735613: Pass install-purelib to idleinstall.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** Makefile.pre.in	11 May 2003 20:25:33 -0000	1.125
--- Makefile.pre.in	11 May 2003 20:28:02 -0000	1.126
***************
*** 876,879 ****
--- 876,880 ----
  	--check-tkinter \
  	--prefix=$(prefix) \
+ 	--install-purelib=$(LIBDEST) \
  	--install-scripts=$(BINDIR) \
  	--install-platlib=$(DESTSHARED) \