From: Nick Mathewson Date: Sat, 21 Apr 2007 17:46:17 +0000 (+0000) Subject: r12484@catbus: nickm | 2007-04-21 13:45:58 -0400 X-Git-Tag: tor-0.2.0.1-alpha~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb065724f788b5efb3176d97fe918549dfb28360;p=thirdparty%2Ftor.git r12484@catbus: nickm | 2007-04-21 13:45:58 -0400 Suppress display of version-detection junk in Makefile.am svn:r9997 --- diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 779ae6acaa..73a3e346e2 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -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; \