binutils: Fix build breakage with latest texinfo

* Texinfo 5.0 and later have issues building
  binutils due to a behaviour change.
* Upstream binutils HEAD has this fix
* Resolves #9482
This commit is contained in:
Alexander von Gluck IV 2013-02-25 20:52:56 -06:00
parent 8b70c20ed2
commit 672db9fae8
2 changed files with 4 additions and 4 deletions

View File

@ -322,7 +322,7 @@ All of BFD lives in one directory.
@printindex cp
@tex
% I think something like @colophon should be in texinfo. In the
% I think something like @@colophon should be in texinfo. In the
% meantime:
\long\def\colophon{\hbox to0pt{}\vfill
\centerline{The body of this manual is set in}
@ -333,7 +333,7 @@ All of BFD lives in one directory.
\centerline{{\sl\fontname\tensl\/}}
\centerline{are used for emphasis.}\vfill}
\page\colophon
% Blame: doc@cygnus.com, 28mar91.
% Blame: doc@@cygnus.com, 28mar91.
@end tex
@bye

View File

@ -7778,7 +7778,7 @@ If you have more than one @code{SECT} statement for the same
@printindex cp
@tex
% I think something like @colophon should be in texinfo. In the
% I think something like @@colophon should be in texinfo. In the
% meantime:
\long\def\colophon{\hbox to0pt{}\vfill
\centerline{The body of this manual is set in}
@ -7789,7 +7789,7 @@ If you have more than one @code{SECT} statement for the same
\centerline{{\sl\fontname\tensl\/}}
\centerline{are used for emphasis.}\vfill}
\page\colophon
% Blame: doc@cygnus.com, 28mar91.
% Blame: doc@@cygnus.com, 28mar91.
@end tex
@bye