From 705708f58d755b2279f5088bf519fcdb0e98915a Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 3 Oct 2005 20:52:27 +0000 Subject: * ChangeLog.03, automake.in, tests/overrid.test: Typos. --- ChangeLog | 4 ++++ ChangeLog.03 | 2 +- automake.in | 2 +- tests/overrid.test | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 303fa6a56..b3694d2ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-03 Stepan Kasal + + * ChangeLog.03, automake.in, tests/overrid.test: Typos. + 2005-10-03 Alexandre Duret-Lutz * tests/nobase.test: Exercise previous patch. diff --git a/ChangeLog.03 b/ChangeLog.03 index b8f555a2c..44a4709d3 100644 --- a/ChangeLog.03 +++ b/ChangeLog.03 @@ -1448,7 +1448,7 @@ * lib/am/subdirs.am (RECURSIVE_TARGETS): Move install-recursive, install-exec-recursive, install-data-recursive and uninstall-recursive addition to... - * lib/am/texinfos.am: here. + * lib/am/install.am: here. * lib/am/texinfos.am, lib/am/subdirs.am: Remove the .PHONY declaration of RECURSIVE_TARGETS. diff --git a/automake.in b/automake.in index 6d0f32f61..81043847e 100755 --- a/automake.in +++ b/automake.in @@ -6136,7 +6136,7 @@ sub read_am_file ($$) # For now we have to output all definitions of user rules # and can't diagnose duplicates (see the comment in - # rule_define). So we go on and ignore the return value. + # Automake::Rule::define). So we go on and ignore the return value. Automake::Rule::define ($1, $amfile, RULE_USER, $cond, $where); check_variable_expansions ($_, $where); diff --git a/tests/overrid.test b/tests/overrid.test index 4d677f696..82983d913 100755 --- a/tests/overrid.test +++ b/tests/overrid.test @@ -56,7 +56,7 @@ grep cleam-am-local stderr && exit 1 grep clean-local stderr # Conditional overrides ought to be diagnosed, but it can't be done yet. -# See the FIXME in rule_define. Once this is fixed, the grep below +# See the FIXME in Automake::Rule::define. Once this is fixed, the grep below # will fail. If you see the failure, it means you fixed Automake. Well done! # Just strip out the next '&& exit 1' and this comment. grep ps stderr && exit 1 -- cgit v1.2.1