From: Ralf Wildenhues Date: Fri, 24 Mar 2006 18:13:32 +0000 (+0000) Subject: * tests/mmodely.test: Fix the test on systems with no lex. X-Git-Tag: Release-1-9b~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c977071caa1a975b5eb1791d284f38ea85622691;p=thirdparty%2Fautomake.git * tests/mmodely.test: Fix the test on systems with no lex. --- diff --git a/ChangeLog b/ChangeLog index 149926a46..cdc517622 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 fe8d96fa8..c27f04930 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