For Darwin, export EXE (needed by Lib/plat-generic/regen checkin, to

follow).  Adapted from a patch by Tony Lownds. (#101816)
This commit is contained in:
Guido van Rossum 2000-10-09 19:31:40 +00:00
parent fded5ed251
commit fdddb31f59
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ $(srcdir)/Lib/$(PLATDIR):
cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
export PATH; PATH="`pwd`:$$PATH"; \ export PATH; PATH="`pwd`:$$PATH"; \
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \ export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
export EXE; EXE="$(EXE)"; \
cd $(srcdir)/Lib/$(PLATDIR); ./regen cd $(srcdir)/Lib/$(PLATDIR); ./regen
# Install the include files # Install the include files