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