From: Akim Demaille Date: Thu, 25 Apr 2002 10:29:47 +0000 (+0000) Subject: Don't `touch' the files gettextize modified. X-Git-Tag: BISON-1_49a~11 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/969e2ed98b6b66e1fa2d1e23247644d2057995d9?hp=0dd1580afc286919586ed21b03c93b035f33c7d8 Don't `touch' the files gettextize modified. --- diff --git a/bootstrap b/bootstrap index 11479329..63ba1749 100755 --- a/bootstrap +++ b/bootstrap @@ -12,7 +12,6 @@ for f in m4/Makefile.am Makefile.am configure.in do if test -f "$f~"; then mv -f "$f~" "$f" - touch "$f" fi done rm -f po/Makevars.template