summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Millaway <john43@users.sourceforge.net>2002-04-18 23:01:49 +0000
committerJohn Millaway <john43@users.sourceforge.net>2002-04-18 23:01:49 +0000
commit1deb7dc9b1fb8ef7a435383b0f2a1249ab9c369b (patch)
treea4409f73b26ce1d5197066f84d40c0ad17aac4fd /tests
parent084b396a97a02afa69e7b096c4d710027b669866 (diff)
Fixed minor typo/cut and paste error.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-lineno-r/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-lineno-r/Makefile.am b/tests/test-lineno-r/Makefile.am
index 58b8c5f..3ec7ae8 100644
--- a/tests/test-lineno-r/Makefile.am
+++ b/tests/test-lineno-r/Makefile.am
@@ -2,12 +2,12 @@ BISON = @BISON@
FLEX = $(top_builddir)/flex
EXTRA_DIST = scanner.l test.input
-CLEANFILES = scanner.c test-lineno-nr OUTPUT $(OBJS)
+CLEANFILES = scanner.c test-lineno-r OUTPUT $(OBJS)
OBJS = scanner.o
INCLUDES = -I $(srcdir) -I $(top_srcdir)
-testname = test-lineno-nr
+testname = test-lineno-r
scanner.c: $(srcdir)/scanner.l
$(FLEX) $(LFLAGS) $<