from Raja R Harinath * tests/yacc8.test: Add a sleep before modifying Makefile.am so that timestamp will change. Index: tests/yacc8.test =================================================================== RCS file: /cvs/automake/automake/tests/yacc8.test,v retrieving revision 1.8 diff -u -p -u -r1.8 yacc8.test --- tests/yacc8.test 8 Sep 2002 13:07:56 -0000 1.8 +++ tests/yacc8.test 29 Mar 2003 20:00:23 -0000 @@ -74,6 +74,10 @@ test -f foo/parse.h # Now, adds another parser to test ylwrap. cd .. + +# sleep some to make sure timestamp of Makefile.am will change +sleep 2 + cp foo/parse.y foo/parse2.y cat >> Makefile.am << 'END' EXTRA_foo_foo_SOURCES = foo/parse2.y