summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README-cvs-timestamps2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-cvs-timestamps b/README-cvs-timestamps
index 38c2c8f58..adab4d681 100644
--- a/README-cvs-timestamps
+++ b/README-cvs-timestamps
@@ -25,5 +25,5 @@ test -d m4 \
&& find m4 -name '*.m4' -print0 |xargs -r0 touch -d "$t2"
find . -type f -name '*.po' -print0 |xargs -r0 touch -d "$t2"
find . -type f -name '*.info' -print0 |xargs -r0 touch -d "$t2"
-touch -d "$t3" aclocal.m4 configure config.hin $bison_src
+touch -d "$t3" aclocal.m4 configure config.hin $bison_gen
find . -name Makefile.in -print0 |xargs -0 touch -d "$t4"