diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2003-09-29 20:21:19 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2003-09-29 20:21:19 +0000 |
commit | 6b872f6db55938c742c1c2100bd36af2cb60ddc9 (patch) | |
tree | 779cbc20e16ca8665eedab227894de60d28b2af0 /NEWS | |
parent | e0ad38f9b1444c5b06810a2a5d5afc152496997d (diff) | |
download | automake-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |