]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: end PYTHONPATH with "." because the string might end with "\", which will...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Sep 2007 03:26:54 +0000 (20:26 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Sep 2007 03:26:54 +0000 (20:26 -0700)
Makefile

index 3365027fc8a0a159e7cc4be01d2309e6c181718a..8265ac4e78aafc6dc3f2c0c36087ec358eca85ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
 show-eggspath:
        @echo $(EGGSPATH)
 
-PP=PYTHONPATH="$(SRCPATH)$(PATHSEP)$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)"
+PP=PYTHONPATH="$(SRCPATH)$(PATHSEP)$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)."
 
 .PHONY: make-version build
 make-version: