From f3c4a9def01172c2e3b5c2e65442abc0252da68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Mon, 24 Sep 2007 06:58:23 +0000 Subject: 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 --- wiretap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/Makefile.am') 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; \ -- cgit v1.2.3