From fae759b79312f8c26aea3ffb818c2a404ff6ec15 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 12 Jul 2013 03:35:44 +0000 Subject: Avoid building ascend.h and ascend.c in parallel (2 bison's running at the same time sometimes results in corrupted output). svn path=/trunk/; revision=50524 --- wiretap/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wiretap') diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am index fc430dc961..8f86c012c6 100644 --- a/wiretap/Makefile.am +++ b/wiretap/Makefile.am @@ -83,7 +83,9 @@ ascend_scanner_lex.h : ascend_scanner.c ascend_scanner.c: ascend.h -ascend.c ascend.h: ascend.y +ascend.h: ascend.c + +ascend.c: ascend.y @if [ -z "$(YACC)" ]; then \ echo "Neither bison nor byacc has been found"; \ exit 1; \ -- cgit v1.2.3