]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Inter-library dependencies): Fix typo.
authorReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2007 23:48:55 +0000 (23:48 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 23 Jan 2007 23:48:55 +0000 (23:48 +0000)
ChangeLog
doc/libtool.texi

index 6eb10999eccdbfe69b173732d54f7e97a1c7f308..67b97fba3394ca848534856e36ccaca33cd9d873 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-24  Reuben Thomas <rrt@sc3d.org>  (tiny change)
+
+       * doc/libtool.texi (Inter-library dependencies): Fix typo.
+
 2007-01-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS) [cygwin, mingw]:
index b8ae4c4d30120ca27d5237766ae9295f28fe7a5b..d1fc0745ea471b611cde3094d4f15c4942998ea5 100644 (file)
@@ -2984,7 +2984,7 @@ Some platforms, such as AIX, do not even allow you this
 flexibility.  In order to build a shared library, it must be entirely
 self-contained (that is, have references only to symbols that are found
 in the @samp{.lo} files or the specified @samp{-l} libraries), and you
-need to specify the @var{-no-undefined} flag.  By default, libtool
+need to specify the @option{-no-undefined} flag.  By default, libtool
 builds only static libraries on these kinds of platforms.
 
 The simple-minded inter-library dependency tracking code of libtool