r12484@catbus: nickm | 2007-04-21 13:45:58 -0400

Suppress display of version-detection junk in Makefile.am


svn:r9997
This commit is contained in:
Nick Mathewson 2007-04-21 17:46:17 +00:00
parent bbd63a9ae0
commit fb065724f7

View File

@ -31,7 +31,7 @@ noinst_HEADERS = or.h eventdns.h eventdns_tor.h micro-revision.i
tor_main.o: micro-revision.i
micro-revision.i: FORCE
if test -d ../../.svn ; then \
@if test -d ../../.svn ; then \
svn info ../.. | \
sed -n 's/^Revision: \([0-9][0-9]*\).*/"\1"/p' > micro-revision.i \
|| true; \