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:
2de4c07
)
Makefile: put an existing PYTHONPATH in front of our generated EGGSPATH, to make...
author
Brian Warner
<warner@lothar.com>
Tue, 25 Dec 2007 00:21:53 +0000
(17:21 -0700)
committer
Brian Warner
<warner@lothar.com>
Tue, 25 Dec 2007 00:21:53 +0000
(17:21 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 865999a98ab4dd6b5349b1af012b9b307f17a752..a42064c1367978e2e2bc4b797caadb4231286ac7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-58,7
+58,7
@@
show-eggspath:
ifneq ($(PYTHONPATH),)
PYTHONPATH := $(PYTHONPATH)$(PATHSEP)
endif
-PP=PYTHONPATH="$(SRCPATH)$(PATHSEP)$(
EGGSPATH)$(PATHSEP)$(PYTHON
PATH)"
+PP=PYTHONPATH="$(SRCPATH)$(PATHSEP)$(
PYTHONPATH)$(PATHSEP)$(EGGS
PATH)"
.PHONY: make-version build