This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=59dbd8ff70070414cb0e9964c48f452e5bd4d4c7 The branch, master has been updated via 59dbd8ff70070414cb0e9964c48f452e5bd4d4c7 (commit) from 76c6582c1b93d8617e575c65342370f0021de5ce (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 59dbd8ff70070414cb0e9964c48f452e5bd4d4c7 Author: NightStrike <[EMAIL PROTECTED]> Date: Sat Jan 19 10:58:06 2008 +0100 * doc/automake.texi (Dependency Tracking): Fix typo. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 4 ++++ doc/automake.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35cb9fb..d48544c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-19 NightStrike <[EMAIL PROTECTED]> + + * doc/automake.texi (Dependency Tracking): Fix typo. + 2008-01-19 Ralf Wildenhues <[EMAIL PROTECTED]> * lib/config-ml.in, lib/config.guess, lib/config.sub, diff --git a/doc/automake.texi b/doc/automake.texi index 8b51080..9d311be 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. hooks/post-receive -- GNU Automake