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.
This commit is contained in:
Jack Jansen 2001-12-19 09:24:40 +00:00
parent 1fbb577ee2
commit 0d1536654d

View file

@ -653,7 +653,7 @@ $(srcdir)/Lib/$(PLATDIR):
export PATH; PATH="`pwd`:$$PATH"; \
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
export EXE; EXE="$(EXE)"; \
export EXE; EXE="$(BUILDEXE)"; \
cd $(srcdir)/Lib/$(PLATDIR); ./regen
# Install the include files