summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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; \