From c9c66e4d4d21a298ca96300331b18f5809c66cd0 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Sat, 29 Mar 2003 20:05:20 +0000 Subject: [PATCH] tests/yacc8.test: Add a sleep before modifying Makefile.am so that timestamp will change. --- ChangeLog | 5 +++++ tests/yacc8.test | 4 ++++ 2 files changed, 9 insertions(+) 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 -- 2.47.2