aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-02-01 22:13:43 +0000
committerGerald Combs <gerald@wireshark.org>2013-02-01 22:13:43 +0000
commit8984a385127683c69f43e9d5a1978b7bef7c6b87 (patch)
treede001fa313d87a51d601277fbf8d39e098febbc1 /epan/dfilter
parentb911a42115befb37768d768733600d93d41c21d9 (diff)
Enable more build silence.
svn path=/trunk/; revision=47432
Diffstat (limited to 'epan/dfilter')
-rw-r--r--epan/dfilter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dfilter/Makefile.am b/epan/dfilter/Makefile.am
index 29e8401010..9d3add482e 100644
--- a/epan/dfilter/Makefile.am
+++ b/epan/dfilter/Makefile.am
@@ -77,7 +77,7 @@ scanner.lo: grammar.h
LEMON=../../tools/lemon
grammar.c grammar.h : $(LEMON)/lemon$(EXEEXT) $(srcdir)/$(LEMON)/lempar.c $(srcdir)/grammar.lemon
- $(LEMON)/lemon$(EXEEXT) t=$(srcdir)/$(LEMON)/lempar.c $(srcdir)/grammar.lemon || \
+ $(AM_V_GEN)$(LEMON)/lemon$(EXEEXT) t=$(srcdir)/$(LEMON)/lempar.c $(srcdir)/grammar.lemon || \
(rm -f grammar.c grammar.h ; false)
grammar.h : grammar.c