]> granicus.if.org Git - python/commitdiff
Use 574PATH, not $(PATH) -- it's a shell variable
authorGuido van Rossum <guido@python.org>
Tue, 10 Sep 1996 18:21:32 +0000 (18:21 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Sep 1996 18:21:32 +0000 (18:21 +0000)
Makefile.in

index cb92728ca80a9f80a7144e9089336e245ea69206..f2627e0d0a3ec4bdc8a3eae610c4bb3217331e21 100644 (file)
@@ -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