aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-09-24 06:58:23 +0000
committerJörg Mayer <jmayer@loplof.de>2007-09-24 06:58:23 +0000
commitf3c4a9def01172c2e3b5c2e65442abc0252da68a (patch)
treeced826642253ab90926d74fc3b7fafe9a4ea0ff5 /wiretap/Makefile.am
parent03629ee45dde4914fc2ceb856963ad1c5d938f3b (diff)
Add ascend-grammar.h explicitely to the generation rules, otherwise
make distclean on a really clean source tree will fail. svn path=/trunk/; revision=22933
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index e85e7c3c60..9dbc4fe899 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -81,7 +81,7 @@ ascend-scanner_lex.h : ascend-scanner.c
k12text_lex.h : k12text.c
-ascend-grammar.c : ascend-grammar.y
+ascend-grammar.c ascend-grammar.h: ascend-grammar.y
@if [ -z "$(YACC)" ]; then \
echo "Neither bison nor byacc has been found"; \
exit 1; \