[obfsproxy/master] Make tester.py generation work with bsd make

14 Feb
2012
14 Feb
'12
3:56 p.m.
commit bb905a73652a7e0447c00079d6a8ce27e1a8dddf Author: Nick Mathewson <nickm@torproject.org> Date: Tue Feb 14 11:00:03 2012 -0500 Make tester.py generation work with bsd make fixes bug 5126 --- Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4d7019d..ed1c0ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,8 +69,8 @@ noinst_PROGRAMS += tester.py tester_py_SOURCES = src/test/tester.py.in tester.py: src/test/tester.py.in Makefile - $(SED) -e 's,[@]PYTHON[@],$(PYTHON),' < $< > $@ - chmod +x $@ + $(SED) -e 's,[@]PYTHON[@],$(PYTHON),' < src/test/tester.py.in > tester.py + chmod +x tester.py endif man_MANS = doc/obfsproxy.1
4854
Age (days ago)
4854
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org