diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2002-07-23 19:10:50 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2002-07-23 19:10:50 +0000 |
commit | a94c3ee7c791b53643beebde3037d75df6a64a97 (patch) | |
tree | 45a271f2d86fe678e5c138ce0c85d8f15d9af55a /lib/am/configure.am | |
parent | 17db0c1aac5c72aaba9222462860aca031af49be (diff) | |
download | automake-a94c3ee7c791b53643beebde3037d75df6a64a97.tar.gz |
2002-07-23 Patrick Welche <prlw1@newn.cam.ac.uk>
* lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
configure.lineno.
Diffstat (limited to 'lib/am/configure.am')
-rw-r--r-- | lib/am/configure.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/am/configure.am b/lib/am/configure.am index bc1f34a52..f7debeb5d 100644 --- a/lib/am/configure.am +++ b/lib/am/configure.am @@ -83,7 +83,8 @@ endif %?TOPDIR_P% ## Makefile depends on config.status. if %?TOPDIR_P% -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno distclean: -rm -f $(am__CONFIG_DISTCLEAN_FILES) |