]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* NEWS: Fix typo.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 10 Apr 2006 11:16:10 +0000 (11:16 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 10 Apr 2006 11:16:10 +0000 (11:16 +0000)
ChangeLog
NEWS

index 2e2802545518ae29b12718e78be5b294f94049e8..868f0b97e393973cebc2bba2d3222e308980adda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-10  Stepan Kasal  <kasal@ucw.cz>
+
+       * NEWS: Fix typo.
+
 2006-04-09  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/Automake/Variable.pm (_hash_varname, _hash_values): New functions.
diff --git a/NEWS b/NEWS
index 2c5ed01b2378c14974a4ddc5d612ec21b382eee5..05eceb366bc4a41d6626bc81dfb2da6179088570 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -89,7 +89,7 @@ New in 1.9a:
     $(LIBOBJS), $(LTLIBOBJS), $(ALLOCA), and $(LTALLOCA) can be used
     in different directories.
 
-  - $(EXEEXT) is automatically appended to filenames of TESTS and
+  - $(EXEEXT) is automatically appended to filenames of TESTS
     that have been declared as programs in the same Makefile.
     This is mostly useful when some check_PROGRAMS are listed in TESTS.