summaryrefslogtreecommitdiff
path: root/tests/test-bison-yylval/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-bison-yylval/Makefile.am')
-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 de3071a..e55e8a7 100644
--- a/tests/test-bison-yylval/Makefile.am
+++ b/tests/test-bison-yylval/Makefile.am
@@ -25,7 +25,7 @@ FLEX = $(top_builddir)/flex
builddir = @builddir@
EXTRA_DIST = scanner.l parser.y test.input main.c
-CLEANFILES = scanner.c scanner.h parser.c parser.h test-bison-yylval $(OBJS) OUTPUT
+CLEANFILES = scanner.c scanner.h parser.c parser.h $(testname)$(EXEEXT) $(OBJS) OUTPUT
OBJS = parser.o scanner.o main.o
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir)