From: Jim Meyering Date: Fri, 6 Jun 2003 07:16:29 +0000 (+0000) Subject: make var names match X-Git-Tag: v5.0.1~386 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f23b932ed16f2e7420336862ff4d9e8e970da24;p=thirdparty%2Fcoreutils.git make var names match --- diff --git a/README-cvs-timestamps b/README-cvs-timestamps index 38c2c8f58d..adab4d6813 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"