From: Raja R Harinath Date: Sat, 29 Mar 2003 20:05:20 +0000 (+0000) Subject: tests/yacc8.test: Add a sleep before modifying Makefile.am so X-Git-Tag: Release-1-7-3b~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c66e4d4d21a298ca96300331b18f5809c66cd0;p=thirdparty%2Fautomake.git tests/yacc8.test: Add a sleep before modifying Makefile.am so that timestamp will change. --- diff --git a/ChangeLog b/ChangeLog index 5526aec29..a0768210b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-03-29 Raja R Harinath + + * tests/yacc8.test: Add a sleep before modifying Makefile.am so + that timestamp will change. + 2003-03-23 Akim Demaille Alexandre Duret-Lutz diff --git a/tests/yacc8.test b/tests/yacc8.test index e53c10ade..05a78c5e4 100755 --- a/tests/yacc8.test +++ b/tests/yacc8.test @@ -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