From: Ralf Wildenhues Date: Wed, 26 Apr 2006 06:45:05 +0000 (+0000) Subject: * doc/automake.texi (Dependency Tracking Evolution): Fix typo. X-Git-Tag: Release-1-9b~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24019d558c91881b837d9291aef969c532e3cb65;p=thirdparty%2Fautomake.git * doc/automake.texi (Dependency Tracking Evolution): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index af226cbe1..6e19f24b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-26 Thien-Thi Nguyen (tiny change) + + * doc/automake.texi (Dependency Tracking Evolution): Fix typo. + 2006-04-25 Stepan Kasal * lib/install-sh: Simplify the expr implementation of dirname. diff --git a/doc/automake.texi b/doc/automake.texi index b8821beaa..b955ae7a1 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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