summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-09-29 20:21:19 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-09-29 20:21:19 +0000
commit6b872f6db55938c742c1c2100bd36af2cb60ddc9 (patch)
tree779cbc20e16ca8665eedab227894de60d28b2af0 /NEWS
parente0ad38f9b1444c5b06810a2a5d5afc152496997d (diff)
downloadautomake-6b872f6db55938c742c1c2100bd36af2cb60ddc9.tar.gz
* automake.in (handle_clean): Take $makefile as argument, and
define %MAKEFILE% while processing clean.am. (generate_makefile): Pass $makefile to handle_clean. * lib/am/clean.am (distclean, maintainer-clean): Erase %MAKEFILE%, not Makefile. * tests/gnumake.test: New file. * tests/Makefile.am (TESTS): Add gnumake.test. Report from Braden N. McDaniel.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 69a5b7132..81d0f8a7b 100644
--- a/NEWS
+++ b/NEWS
@@ -166,6 +166,8 @@ New in 1.7a:
- The --no-force option now correctly checks the Makefile.in's
dependencies before deciding not to update it.
+ - Do not assume that make files are called Makefile in cleaning rules.
+
* Miscellaneous
- The Automake manual is now distributed under the terms of the GNU FDL.