From d5b1a6567f981fda9c9380032da212e0e755c259 Mon Sep 17 00:00:00 2001 From: John Millaway Date: Thu, 22 Aug 2002 01:34:52 +0000 Subject: [PATCH] fixed missing 'clean' file. --- tests/test-bison-yylloc/Makefile.am | 2 +- tests/test-bison-yylval/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-bison-yylloc/Makefile.am b/tests/test-bison-yylloc/Makefile.am index efcf0f3..a0762dd 100644 --- a/tests/test-bison-yylloc/Makefile.am +++ b/tests/test-bison-yylloc/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-yylloc $(OBJS) OUTPUT +CLEANFILES = scanner.c scanner.h parser.c parser.h test-bison-yylloc $(OBJS) OUTPUT OBJS = scanner.o parser.o main.o INCLUDES = -I $(srcdir) -I $(top_srcdir) -I $(top_builddir) -I . 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 . -- 2.40.0