]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi (Dependency Tracking): Fix typo.
authorNightStrike <nightstrike@gmail.com>
Sat, 19 Jan 2008 09:58:06 +0000 (10:58 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 19 Jan 2008 09:58:06 +0000 (10:58 +0100)
ChangeLog
doc/automake.texi

index 35cb9fb8f7d583aeceba2b9723c3b9651a75e75a..d48544c1e1b51b0acdbd9c22ed5b5cb4735e8d18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-19  NightStrike  <nightstrike@gmail.com>
+
+       * doc/automake.texi (Dependency Tracking): Fix typo.
+
 2008-01-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/config-ml.in, lib/config.guess, lib/config.sub,
index 8b51080c3925612be6d6e82ce99e230ef8b879b4..9d311bec2512a63f55d66a69462def3b292371a3 100644 (file)
@@ -1214,7 +1214,7 @@ Speed up one-time builds.
 Some compilers do not offer any practical way to derive the list of
 dependencies as a side-effect of the compilation, requiring a separate
 run (maybe of another tool) to compute these dependencies.  The
-performance penalty implied my these methods is important enough to
+performance penalty implied by these methods is important enough to
 disable them by default.  The option @option{--enable-dependency-tracking}
 must be passed to @command{configure} to activate them.