]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Linking static libraries): Typo.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 17 Nov 2004 17:46:50 +0000 (17:46 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 17 Nov 2004 17:46:50 +0000 (17:46 +0000)
ChangeLog
doc/libtool.texi

index 65fb8dffdc56e3334fe64b812862b81338404c4f..d87b4710a600cb1945f18a13c133a9f91894b7db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-11-17  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * doc/libtool.texi (Linking static libraries): Typo.
+
        * m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
        [aix4/aix5 !ia64]: Set whole_archive_flag_spec to '$convenience'
        so convenience libs are really added to the link cmdline.
index 42095e27f0799ba37a6612de3c855523cedf5294..ee77c6b967232e476b8033e138a9d9300bc6f46d 100644 (file)
@@ -1065,7 +1065,7 @@ directly or indirectly, into a single program or library, otherwise you
 may get errors about symbol redefinitions.
 
 The key is remembering that a convenience library contains @sc{pic}
-objects, and can linked where a list of @sc{pic} objects makes sense;
+objects, and can be linked where a list of @sc{pic} objects makes sense;
 i.e. into a shared library.  A static convenience library contains
 non-@sc{pic} objects, so can be linked into an old static library, or
 a program.