]> sourceware.org Git - automake.git/commitdiff
* tests/mmodely.test: Fix the test on systems with no lex.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 24 Mar 2006 18:13:31 +0000 (18:13 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 24 Mar 2006 18:13:31 +0000 (18:13 +0000)
ChangeLog
tests/mmodely.test

index 149926a4613c875af93c662d294a612c2a1e5e80..cdc51762290a37960ccb57e0e222a3f8f04c7367 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-24  Stepan Kasal  <kasal@ucw.cz>
+
+       * tests/mmodely.test: Fix the test on systems with no lex.
+
 2006-03-23  Stepan Kasal  <kasal@ucw.cz>
 
        * automake.in (libtool_new_api): Fix a typo in the comment.
index fe8d96fa8955b7fd2a3d4c2cb06e6387e06952d4..c27f0493045021fce3537c9506fbbc08bcb71908 100755 (executable)
@@ -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
This page took 0.030635 seconds and 5 git commands to generate.