[msitools] build-sys: silence tests/testsuite generation



commit ec28b1f79adb4a19f3bce119d7374c77a46d17be
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Wed Jan 23 18:02:47 2013 +0100

    build-sys: silence tests/testsuite generation

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 0ef1e3b..1f4fd0e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -153,7 +153,7 @@ dist-hook:
 
 
 $(srcdir)/tests/testsuite: tests/testsuite.at tests/wixl.at tests/package.m4
-	cd $(srcdir)/tests && \
+	$(AM_V_GEN)cd $(srcdir)/tests && \
 		$(AUTOM4TE) --language=autotest -o testsuite.tmp testsuite.at && \
 		mv testsuite.tmp testsuite
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]