]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* ChangeLog.03, automake.in, tests/overrid.test: Typos.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 3 Oct 2005 20:52:27 +0000 (20:52 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 3 Oct 2005 20:52:27 +0000 (20:52 +0000)
ChangeLog
ChangeLog.03
automake.in
tests/overrid.test

index 303fa6a5691dd041dd369d09eb20a826a883fb28..b3694d2ce167c26cb798801d444f85be6e949dcc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-03  Stepan Kasal  <kasal@ucw.cz>
+
+       * ChangeLog.03, automake.in, tests/overrid.test: Typos.
+
 2005-10-03  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * tests/nobase.test: Exercise previous patch.
index b8f555a2c0da35b712a52a2fd8073916e324683f..44a4709d34820feaf50356a5e46a4853c0332350 100644 (file)
        * 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.
 
index 6d0f32f61e567916f0fe88aabc5d5f447474ec32..81043847e816dd5084bb680219bca4e91ffc6199 100755 (executable)
@@ -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);
index 4d677f69661dfb0101a95f4887b9f1775bb39de8..82983d9135544b7385c5352d3a7edc3df128bbc2 100755 (executable)
@@ -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