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:
311ed14
)
Makefile: figleaf2el.py needs PYTHONPATH to get allmydata.util
author
Brian Warner
<warner@lothar.com>
Mon, 17 Sep 2007 08:10:27 +0000
(
01:10
-0700)
committer
Brian Warner
<warner@lothar.com>
Mon, 17 Sep 2007 08:10:27 +0000
(
01:10
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 0437f13a87d6130186f29c35fec5ee6e823f6576..1ac910aeddfeedcc43018c90b961e276b6682243 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-155,7
+155,8
@@
upload-figleaf:
endif
.figleaf.el: .figleaf
- $(PYTHON) misc/figleaf2el.py .figleaf src
+ $(PP) \
+ $(PYTHON) misc/figleaf2el.py .figleaf src
pyflakes:
$(PYTHON) -OOu `which pyflakes` src/allmydata