diff options
Diffstat (limited to 'tests/icles')
-rw-r--r-- | tests/icles/Makefile.am | 2 |
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) |