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:
771485d
)
Makefile: prepend src/ to the PYTHONPATH
author
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 14 Sep 2007 02:43:15 +0000
(19:43 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 14 Sep 2007 02:43:15 +0000
(19:43 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ecbe795821ebf2cb326e1bef675b405aa9a1113f..93c1e6473a0615f49a8658cbe969afeb574765a3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-60,7
+60,7
@@
EGGSPATH = $(shell $(PYTHON) misc/find-dep-eggs.py)
show-eggspath:
@echo $(EGGSPATH)
-PP=PYTHONPATH="$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)"
+PP=PYTHONPATH="
src$(PATHSEP)
$(EGGSPATH)$(PATHSEP)$(PYTHONPATH)"
.PHONY: make-version build
make-version: