summaryrefslogtreecommitdiff
path: root/tests/icles
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-02-26 16:40:25 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-03-09 21:05:50 +0000
commit678f7ddb16e99deb1fb08913302dfa82c118ab9f (patch)
treecace9db7db59a004cf81cfd328b7b3fd86e29e17 /tests/icles
parent1055c1a073676615f332d988f813305875f2d1bd (diff)
build: Make some more rules silent if requested
Diffstat (limited to 'tests/icles')
-rw-r--r--tests/icles/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am
index 39991b142..e2e9eb0b9 100644
--- a/tests/icles/Makefile.am
+++ b/tests/icles/Makefile.am
@@ -45,7 +45,7 @@ if USE_COG
CLEANFILES = cog-test.c
cog-test.c: $(srcdir)/../../ext/cog/cog.orc
- $(ORCC) --test -o cog-test.c $(srcdir)/../../ext/cog/cog.orc
+ $(AM_V_GEN)$(ORCC) --test -o cog-test.c $(srcdir)/../../ext/cog/cog.orc
nodist_cog_test_SOURCES = cog-test.c
cog_test_CFLAGS = $(COG_CFLAGS)