summaryrefslogtreecommitdiff
path: root/tests/test-bison-yylval
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-08-22 01:34:52 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-08-22 01:34:52 +0000
commitd5b1a6567f981fda9c9380032da212e0e755c259 (patch)
treee5a99ce886bded9b4ac72731e2d8524a07d15b5e /tests/test-bison-yylval
parent5420790356f87786f964bc0c33aa47bd344b3125 (diff)
fixed missing 'clean' file.
Diffstat (limited to 'tests/test-bison-yylval')
-rw-r--r--tests/test-bison-yylval/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-bison-yylval/Makefile.am b/tests/test-bison-yylval/Makefile.am
index 275e901..434cb9a 100644
--- a/tests/test-bison-yylval/Makefile.am
+++ b/tests/test-bison-yylval/Makefile.am
@@ -23,7 +23,7 @@ BISON = @BISON@
FLEX = $(top_builddir)/flex
EXTRA_DIST = scanner.l parser.y test.input main.c
-CLEANFILES = scanner.c parser.c parser.h test-bison-yylval $(OBJS) OUTPUT
+CLEANFILES = scanner.c scanner.h parser.c parser.h test-bison-yylval $(OBJS) OUTPUT
OBJS = parser.o scanner.o main.o
INCLUDES = -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I .