*** empty log message ***

From-SVN: r1204
This commit is contained in:
Richard Stallman 1992-06-14 21:40:34 +00:00
parent b7004e5381
commit 96b5daff8d
1 changed files with 1 additions and 1 deletions

View File

@ -1570,7 +1570,7 @@ gcc.xtar.Z: gcc.xtar
gcc.xtar: doc
if grep -s "for version ${version}" gcc.texi; \
then true; \
else echo "You must update the version number in \`gcc.texi'"; exit 1;\
else echo "You must update the version number in \`gcc.texi'"; sleep 10;\
fi
# Update the version number in README
awk '$$1 " " $$2 " " $$3 == "This directory contains" \