aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 05d60eca60..bd65b2ba37 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -78,7 +78,7 @@ ascend.c: ascend.y
echo "Neither bison nor byacc has been found"; \
exit 1; \
fi
- $(YACC) -d -p ascend -o ascend.c $(srcdir)/ascend.y
+ $(AM_V_YACC)$(YACC) -d -p ascend -o ascend.c $(srcdir)/ascend.y
# ABI compliance checker can be obtained from
# http://ispras.linux-foundation.org/index.php/ABI_compliance_checker