]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r12484@catbus: nickm | 2007-04-21 13:45:58 -0400
authorNick Mathewson <nickm@torproject.org>
Sat, 21 Apr 2007 17:46:17 +0000 (17:46 +0000)
committerNick Mathewson <nickm@torproject.org>
Sat, 21 Apr 2007 17:46:17 +0000 (17:46 +0000)
 Suppress display of version-detection junk in Makefile.am

svn:r9997

src/or/Makefile.am

index 779ae6acaab783681eb821abda58c5d42de4c079..73a3e346e26eaeb8174b257ed42c758f6f91cca5 100644 (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;                                           \