diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-06 07:16:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-06 07:16:29 +0000 |
commit | 4f23b932ed16f2e7420336862ff4d9e8e970da24 (patch) | |
tree | 8479cfdfb3129cfe85edab2c42cd292af2cd4662 | |
parent | 62ce772497222cade22148d8071fbe495c10cfc1 (diff) | |
download | coreutils-4f23b932ed16f2e7420336862ff4d9e8e970da24.tar.xz |
make var names match
-rw-r--r-- | README-cvs-timestamps | 2 |
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" |