]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* doc/automake.texi (Dependency Tracking Evolution): Fix typo.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 26 Apr 2006 06:45:05 +0000 (06:45 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 26 Apr 2006 06:45:05 +0000 (06:45 +0000)
ChangeLog
doc/automake.texi

index af226cbe1354438306afc256cb7b3c4e046dbb50..6e19f24b13aaedb049f5976f38d88619cf4a9716 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-26  Thien-Thi Nguyen  <ttn@gnu.org>  (tiny change)
+
+       * doc/automake.texi (Dependency Tracking Evolution): Fix typo.
+
 2006-04-25  Stepan Kasal  <kasal@ucw.cz>
 
        * lib/install-sh: Simplify the expr implementation of dirname.
index b8821beaa7e8b7509f61b1513074324e374865c1..b955ae7a1f7a0cd66804f97fb92968d466e59c67 100644 (file)
@@ -10420,7 +10420,7 @@ cause tools to generate dependencies.
 @item @command{makedepend}
 This was a commonly-used method in the past.  The idea is to run a
 special program over the source and have it generate dependency
-information.  Traditional implementations of @command{makedepend} ere
+information.  Traditional implementations of @command{makedepend} are
 not completely precise; ordinarily they were conservative and
 discovered too many dependencies.
 @item The tool