aboutsummaryrefslogtreecommitdiff
path: root/src/or/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-23 13:14:41 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-23 13:14:41 -0400
commit6d703f8db5d5a506f82f40a638560749755ddc6e (patch)
treea4ab36525ec10fee6b9048cb962d0975f88014ed /src/or/include.am
parent3f6666493535477e7dea25407522ce4f0d74c21a (diff)
downloadtor-6d703f8db5d5a506f82f40a638560749755ddc6e.tar
tor-6d703f8db5d5a506f82f40a638560749755ddc6e.tar.gz
Make the _sha1.i file generation quieter
Diffstat (limited to 'src/or/include.am')
-rw-r--r--src/or/include.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/include.am b/src/or/include.am
index ef5cda31b..7c31b53b9 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -144,7 +144,7 @@ src/or/micro-revision.i: FORCE
fi; true
src/or/or_sha1.i: $(src_or_tor_SOURCES) $(src_or_libtor_a_SOURCES)
- if test "@SHA1SUM@" != none; then \
+ $(AM_V_GEN)if test "@SHA1SUM@" != none; then \
(cd "$(srcdir)" && "@SHA1SUM@" $(src_or_tor_SOURCES) $(src_or_libtor_a_SOURCES)) | \
"@SED@" -n 's/^\(.*\)$$/"\1\\n"/p' > src/or/or_sha1.i; \
elif test "@OPENSSL@" != none; then \
@@ -157,4 +157,4 @@ src/or/or_sha1.i: $(src_or_tor_SOURCES) $(src_or_libtor_a_SOURCES)
CLEANFILES+= src/or/micro-revision.i
-FORCE: \ No newline at end of file
+FORCE: