From ff0d1ec3fa4fe7629e6ee5d9926e26e58e1653b0 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 19 Jun 2012 19:53:03 +0000 Subject: ascend_scanner.c includes ascend.h. Add corresponding makefile dependencies, otherwise we might have a race condition when doing parallel makes. Hopefully this will fix intermitten buildbot failures we've been getting lately. svn path=/trunk/; revision=43387 --- wiretap/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wiretap/Makefile.am') diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am index c18f3d6318..e1ca14c4cb 100644 --- a/wiretap/Makefile.am +++ b/wiretap/Makefile.am @@ -77,9 +77,11 @@ libwiretap_la_DEPENDENCIES = libwiretap_generated.la ${top_builddir}/wsutil/libw RUNLEX = $(top_srcdir)/tools/runlex.sh +k12text_lex.h : k12text.c + ascend_scanner_lex.h : ascend_scanner.c -k12text_lex.h : k12text.c +ascend_scanner.c: ascend.h ascend.c ascend.h: ascend.y @if [ -z "$(YACC)" ]; then \ -- cgit v1.2.1