From e2afd06e6514721d2b9142269bd2bf1eb97393c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 27 Oct 2017 07:26:58 +0100 Subject: YACC is set to the missing script if not found MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I38ce7542e96c7571fa179e550cfba39d16dc417f Reviewed-on: https://code.wireshark.org/review/24117 Reviewed-by: João Valverde --- wiretap/Makefile.am | 4 ---- 1 file changed, 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 -- cgit v1.2.3