This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
[PATCH] cleanup config.status.lineno
- From: Eric Sunshine <sunshine at sunshineco dot com>
- To: automake-patches at gnu dot org, automake at gnu dot org
- Cc:
- Date: Wed, 7 Jan 2004 06:43:51 -0500
- Subject: [PATCH] cleanup config.status.lineno
Hello,
Here is a patch for Automake which ensures that generated makefiles also
clean up config.status.lineno at distclean time. (Makefiles already know how
to clean up configure.lineno, but neglect to remove its cousin.)
Eric
2003-01-07 Eric Sunshine <sunshine@sunshineco.com>
* lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
config.status.lineno.
--- lib/am/configure.am Sat Nov 22 13:05:35 2003
+++ lib/am/configure.am-fix Wed Jan 7 06:39:03 2004
@@ -132,7 +132,7 @@
if %?TOPDIR_P%
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno
+ configure.lineno config.status.lineno
distclean:
-rm -f $(am__CONFIG_DISTCLEAN_FILES)