From 8f5ad6282e92d905fa775ea5a274f4b85f4a88b0 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 17 Oct 2005 20:59:29 +0000 Subject: [PATCH] * doc/automake.texi (Program and Library Variables): Typo. * lib/Automake/Variable.pm (transform_variable_recursively): Typo in a comment. --- ChangeLog | 6 ++++++ doc/automake.texi | 2 +- lib/Automake/Variable.pm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3694d2..2799b40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-17 Stepan Kasal + + * doc/automake.texi (Program and Library Variables): Typo. + * lib/Automake/Variable.pm (transform_variable_recursively): Typo + in a comment. + 2005-10-03 Stepan Kasal * ChangeLog.03, automake.in, tests/overrid.test: Typos. diff --git a/doc/automake.texi b/doc/automake.texi index 29ce995..1de9581 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -4051,7 +4051,7 @@ In the case of libtool libraries, @code{maude_LIBADD} can also refer to other libtool libraries. @item maude_LDADD -Extra objects (@file{*.$(OBJDIR)}) and libraries (@file{*.a}, +Extra objects (@file{*.$(OBJEXT)}) and libraries (@file{*.a}, @file{*.la}) can be added to a @emph{program} by listing them in the @code{_LDADD} variable. For instance, this should be used for objects determined by @command{configure} (@pxref{Linking}). diff --git a/lib/Automake/Variable.pm b/lib/Automake/Variable.pm index 1befbd0..059456c 100644 --- a/lib/Automake/Variable.pm +++ b/lib/Automake/Variable.pm @@ -1551,7 +1551,7 @@ sub transform_variable_recursively ($$$$$&;%) my $res = $var->traverse_recursively ($fun_item, - # The code that define the variable holding the result + # The code that defines the variable holding the result # of the recursive transformation of a subvariable. sub { my ($subvar, $parent_cond, @allresults) = @_; -- 2.7.4