r15094@catbus: nickm | 2007-09-18 10:52:11 -0400

Patch from Christopher Lane: Make regress.gen.* buildable from outside source directory.


svn:r434
This commit is contained in:
Nick Mathewson 2007-09-18 15:11:53 +00:00
parent 7b7742fce7
commit c895ee4618

View File

@ -18,7 +18,7 @@ regress_SOURCES = regress.c regress.h regress_http.c regress_dns.c \
bench_SOURCES = bench.c
regress.gen.c regress.gen.h: regress.rpc
$(top_srcdir)/event_rpcgen.py regress.rpc || echo "No Python installed"
$(top_srcdir)/event_rpcgen.py $(srcdir)/regress.rpc || echo "No Python installed"
DISTCLEANFILES = *~
CLEANFILES = regress.gen.h regress.gen.c