aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-27 07:26:58 +0100
committerJoão Valverde <j@v6e.pt>2017-10-27 20:38:55 +0000
commite2afd06e6514721d2b9142269bd2bf1eb97393c0 (patch)
treef4ca2b146b744ea5deedb30231620431af35be21 /wiretap
parent764431f8825ce628a01f14ca83a8bd29b094a8b1 (diff)
YACC is set to the missing script if not found
Change-Id: I38ce7542e96c7571fa179e550cfba39d16dc417f Reviewed-on: https://code.wireshark.org/review/24117 Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 99d05af5d2..9e117c75a3 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -237,10 +237,6 @@ ascend_scanner_lex.h : ascend_scanner.c
ascend.h: ascend.c
ascend.c: $(srcdir)/ascend.y ascend_scanner_lex.h
- @if [ -z "$(YACC)" ]; then \
- echo "Neither bison nor byacc has been found"; \
- exit 1; \
- fi
$(AM_V_YACC)$(YACC) -d -p ascend -o ascend.c $(srcdir)/ascend.y
version_info.c: $(top_srcdir)/version_info.c