summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2005-10-03 20:52:27 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2005-10-03 20:52:27 +0000
commit705708f58d755b2279f5088bf519fcdb0e98915a (patch)
tree000c47ffac096ff8f03e12db17ac933d207999c8
parent9bd67a2f5c8c5605ee44588dea619eb88e3287c9 (diff)
downloadautomake-705708f58d755b2279f5088bf519fcdb0e98915a.tar.gz
* ChangeLog.03, automake.in, tests/overrid.test: Typos.
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.032
-rwxr-xr-xautomake.in2
-rwxr-xr-xtests/overrid.test2
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 <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.
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