summaryrefslogtreecommitdiff
path: root/tests/test-array-r/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-array-r/Makefile.am')
-rw-r--r--tests/test-array-r/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-array-r/Makefile.am b/tests/test-array-r/Makefile.am
index 5a2fa21..ff06a98 100644
--- a/tests/test-array-r/Makefile.am
+++ b/tests/test-array-r/Makefile.am
@@ -23,7 +23,7 @@
FLEX = $(top_builddir)/flex
EXTRA_DIST = scanner.l test.input
-CLEANFILES = scanner.c test-array-r OUTPUT $(OBJS)
+CLEANFILES = scanner.c $(testname)$(EXEEXT) OUTPUT $(OBJS)
OBJS = scanner.o
AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)