From: Ralf Wildenhues Date: Sat, 28 Mar 2009 23:39:17 +0000 (+0100) Subject: Fix latex warning in manual. X-Git-Tag: v1.10b~5^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f63d3501c0255fce309bb3f0d54eefcd2fdfdf6;p=thirdparty%2Fautomake.git Fix latex warning in manual. * doc/automake.texi (Cross-Compilation): Fix underfull hbox. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 899d0286e..2d552e36d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-03-29 Ralf Wildenhues + * doc/automake.texi (Cross-Compilation): Fix underfull hbox. + Sync auxiliary files from upstream. * INSTALL, lib/INSTALL, lib/config.guess, lib/config.sub, lib/texinfo.tex: Sync from upstream. diff --git a/doc/automake.texi b/doc/automake.texi index 2f756b6bd..e1f0f32be 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -1027,7 +1027,7 @@ create output. @end table For instance when installing GCC, the GNU Compiler Collection, we can -use @option{--target=@var{TARGET}} to specify that we want to build +use @option{--target=@/@var{TARGET}} to specify that we want to build GCC as a cross-compiler for @var{TARGET}. Mixing @option{--build} and @option{--target}, we can actually cross-compile a cross-compiler; such a three-way cross-compilation is known as a @dfn{Canadian cross}.