aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-02-01 22:57:41 +0000
committerGerald Combs <gerald@wireshark.org>2013-02-01 22:57:41 +0000
commit7187abf1205973761e99536713c834f4bfee6f9d (patch)
tree5d70e1781e838f0fce79cdf1c91f39a3a55c2864 /Makefile.am
parentf26b2505953c4d4814fbaf8d6dddf12e633f5f33 (diff)
Add $(AM_V_GEN) in a few more places.
svn path=/trunk/; revision=47434
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b073cd5be..6d8611efab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -982,7 +982,7 @@ SUBDIRS = tools wsutil wiretap epan packaging help ui @wireshark_SUBDIRS@ ui/cli
endif
help/faq.txt: $(srcdir)/help/faq.py
- (cd help ; \
+ $(AM_V_GEN)(cd help ; \
$(MAKE) faq.txt ;)
libtool: $(LIBTOOL_DEPS)