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:
e8c5795
)
add note to GNUmakefile that we append instdir instead of prepending for a good reason
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 1 May 2007 02:17:51 +0000
(19:17 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 1 May 2007 02:17:51 +0000
(19:17 -0700)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 3fa3bd0b4c89b36c30a000c3607ae61591187fdb..987535937cb96038983f8ad4347e3de24a2e591f 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-35,6
+35,10
@@
else
endif
endif
+# Append instdir/lib instead of prepending it so that people can override
+# things from lib with alternate packages of their choosing by setting their
+# PYTHONPATH.
+
ifneq ($(PYTHONPATH),)
PYTHONPATH := "$(PYTHONPATH)$(PATHSEP)$(INSTDIR)/lib"
else