From: NightStrike Date: Sat, 19 Jan 2008 09:58:06 +0000 (+0100) Subject: * doc/automake.texi (Dependency Tracking): Fix typo. X-Git-Tag: v1.10b~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59dbd8ff70070414cb0e9964c48f452e5bd4d4c7;p=thirdparty%2Fautomake.git * doc/automake.texi (Dependency Tracking): Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 35cb9fb8f..d48544c1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-19 NightStrike + + * doc/automake.texi (Dependency Tracking): Fix typo. + 2008-01-19 Ralf Wildenhues * lib/config-ml.in, lib/config.guess, lib/config.sub, diff --git a/doc/automake.texi b/doc/automake.texi index 8b51080c3..9d311bec2 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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.