summaryrefslogtreecommitdiff
path: root/tests/test-bison-nr/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-bison-nr/Makefile.am')
-rw-r--r--tests/test-bison-nr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-bison-nr/Makefile.am b/tests/test-bison-nr/Makefile.am
index 6874df6..b251572 100644
--- a/tests/test-bison-nr/Makefile.am
+++ b/tests/test-bison-nr/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-nr $(OBJS) OUTPUT
+CLEANFILES = scanner.c scanner.h parser.c parser.h $(testname)$(EXEEXT) $(OBJS) OUTPUT
OBJS = scanner.o parser.o main.o
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -I$(builddir)