summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-09-08 19:42:19 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2010-10-05 11:45:48 +0100
commit4d8c0c3074dc1dc0c189a2782f580335c9e5c29a (patch)
treef478b9f6870449b19bf44f5efea4872210801795
parent36133656acf7169b0e242a386e8cbed19a9466ad (diff)
Silence silent build a bit more.
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 58d313ab..5fb86357 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 \