Kaydet (Commit) 04831d13 authored tarafından Guido van Rossum's avatar Guido van Rossum

Use 574PATH, not $(PATH) -- it's a shell variable

üst 563e7080
......@@ -261,7 +261,7 @@ libinstall: python $(srcdir)/Lib/$(MACHDEP)
$(srcdir)/Lib/$(MACHDEP):
mkdir $(srcdir)/Lib/$(MACHDEP)
cp $(srcdir)/Lib/generic/regen $(srcdir)/Lib/$(MACHDEP)/regen
export PATH; PATH="`pwd`:$(PATH)"; \
export PATH; PATH="`pwd`:$$PATH"; \
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
cd $(srcdir)/Lib/$(MACHDEP); ./regen
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment