From 4d8c0c3074dc1dc0c189a2782f580335c9e5c29a Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 8 Sep 2010 19:42:19 +0100 Subject: [PATCH] Silence silent build a bit more. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 58d313a..5fb8635 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -122,7 +122,7 @@ dist-hook: ## copy tests to builddir so that generated tests and static tests ## are all in one place. all-local: - for D in $(TESTDIRS); do \ + $(AM_V_at)for D in $(TESTDIRS); do \ test -d $(top_builddir)/test/$$D || mkdir $(top_builddir)/test/$$D || exit 1 ; \ done ; \ if ! (test $(srcdir) = . || test $(srcdir) -ef .) ; then \ -- 2.7.4