From c977071caa1a975b5eb1791d284f38ea85622691 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Fri, 24 Mar 2006 18:13:32 +0000 Subject: [PATCH] * tests/mmodely.test: Fix the test on systems with no lex. --- ChangeLog | 4 ++++ tests/mmodely.test | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 149926a..cdc5176 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-24 Stepan Kasal + + * tests/mmodely.test: Fix the test on systems with no lex. + 2006-03-23 Stepan Kasal * automake.in (libtool_new_api): Fix a typo in the comment. diff --git a/tests/mmodely.test b/tests/mmodely.test index fe8d96f..c27f049 100755 --- a/tests/mmodely.test +++ b/tests/mmodely.test @@ -74,6 +74,7 @@ $MAKE # per GNU Standard. $MAKE maintainer-clean ./configure -YACC='echo>y.tab.c' LEX='echo>lex.yy.c' $MAKE -e zardoz.c joe.c +YACC='echo>y.tab.c' LEX='echo>lex.yy.c' LEX_OUTPUT_ROOT='lex.yy' \ + $MAKE -e zardoz.c joe.c grep zardoz.y zardoz.c grep joe.l joe.c -- 2.7.4