From: Jack Jansen Date: Wed, 19 Dec 2001 09:24:40 +0000 (+0000) Subject: When running regen for the plat directories we should use the BUILDEXT X-Git-Tag: v2.2.1c1~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d1536654d9c7b1d9cfa0d07aea83d89a75f48ba;p=python 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. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 6c1db27a6a..f4eb01de05 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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