projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77fae0b
)
Makefile: end PYTHONPATH with "." because the string might end with "\", which will...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 20 Sep 2007 03:26:54 +0000
(20:26 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 20 Sep 2007 03:26:54 +0000
(20:26 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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: