[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.72,1.73

Jack Jansen jackjansen@users.sourceforge.net
Wed, 19 Dec 2001 01:24:42 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv27448

Modified Files:
	Makefile.pre.in 
Log Message:
When running regen for the plat directories we should use the BUILDEXT
extension, not the EXT one, as regen uses the python binary in the build
directory. Fixes #493959.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** Makefile.pre.in	2001/12/06 21:47:20	1.72
--- Makefile.pre.in	2001/12/19 09:24:40	1.73
***************
*** 654,658 ****
  	export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
  	export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
! 	export EXE; EXE="$(EXE)"; \
  	cd $(srcdir)/Lib/$(PLATDIR); ./regen
  
--- 654,658 ----
  	export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
  	export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
! 	export EXE; EXE="$(BUILDEXE)"; \
  	cd $(srcdir)/Lib/$(PLATDIR); ./regen