From 0d1536654d9c7b1d9cfa0d07aea83d89a75f48ba Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 19 Dec 2001 09:24:40 +0000 Subject: [PATCH] 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. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 6c1db27a6a1..f4eb01de058 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