summaryrefslogtreecommitdiff
path: root/tests/test-yyextra/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-04-12 16:23:28 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-04-12 16:23:28 +0000
commitb53855bca63e3c10b34835c302b0f8ad8461d4d7 (patch)
tree0f671691a877dcd07ef765ed336cfe40ff8de208 /tests/test-yyextra/Makefile.am
parent22005f655eefcb305147f4c28e7a0c36736a3ab7 (diff)
removed eroneous files listed in EXTRA_DIST
Diffstat (limited to 'tests/test-yyextra/Makefile.am')
-rw-r--r--tests/test-yyextra/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-yyextra/Makefile.am b/tests/test-yyextra/Makefile.am
index d557873..a8e8975 100644
--- a/tests/test-yyextra/Makefile.am
+++ b/tests/test-yyextra/Makefile.am
@@ -1,7 +1,7 @@
BISON = @BISON@
FLEX = $(top_builddir)/flex
-EXTRA_DIST = scanner.l parser.y test.input
+EXTRA_DIST = scanner.l test.input
CLEANFILES = scanner.c scanner.h parser.c parser.h test-yyextra OUTPUT $(OBJS)
OBJS = scanner.o # parser.o