summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-09-10 18:21:32 (GMT)
committerGuido van Rossum <guido@python.org>1996-09-10 18:21:32 (GMT)
commit04831d133e02dd5a6808beb35ecb6bf08d7748ae (patch)
tree5afd2d4c9ddd5c6166d0d1becd461c4069720610 /Makefile.in
parent563e70808063294072f3716e7b2657e33ed437f2 (diff)
downloadcpython-04831d133e02dd5a6808beb35ecb6bf08d7748ae.zip
cpython-04831d133e02dd5a6808beb35ecb6bf08d7748ae.tar.gz
cpython-04831d133e02dd5a6808beb35ecb6bf08d7748ae.tar.bz2
Use 574PATH, not $(PATH) -- it's a shell variable
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cb92728..f2627e0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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