From: Ralf Wildenhues Date: Mon, 10 Apr 2006 11:16:10 +0000 (+0000) Subject: * NEWS: Fix typo. X-Git-Tag: Release-1-9b~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d1ff9f0f18d0125fd91cb9df515b4e19fabd246;p=thirdparty%2Fautomake.git * NEWS: Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 2e2802545..868f0b97e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-10 Stepan Kasal + + * NEWS: Fix typo. + 2006-04-09 Alexandre Duret-Lutz * lib/Automake/Variable.pm (_hash_varname, _hash_values): New functions. diff --git a/NEWS b/NEWS index 2c5ed01b2..05eceb366 100644 --- 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.