diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2003-06-27 18:35:14 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2003-06-27 18:35:14 +0000 |
commit | c7c1d2d709dd545d60bf5e8ef23c7ddf74e8e571 (patch) | |
tree | d3c73a12ae9086e4f9a543b0a8720456feec5f33 /lib/am/configure.am | |
parent | b66d84a1ee906e1ad952059eb6e62df04f5d573c (diff) | |
download | automake-c7c1d2d709dd545d60bf5e8ef23c7ddf74e8e571.tar.gz |
2003-06-27 Alexandre Duret-Lutz <adl@gnu.org>
* tests/aclocal6.test: Test maintainer-clean in VPATH
builds. (For Ralf's fix.)
2003-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (tiny change)
* lib/am/configure.am (maintainer-clean): Remove
$(top_srcdir)/autom4te.cache, not autom4te.cache.
Diffstat (limited to 'lib/am/configure.am')
-rw-r--r-- | lib/am/configure.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/configure.am b/lib/am/configure.am index b886ef9da..adf3dfd2d 100644 --- a/lib/am/configure.am +++ b/lib/am/configure.am @@ -141,7 +141,7 @@ maintainer-clean: ## If you have an autom4te.cache that cause distcheck to fail, then ## it is good news: you finally discovered that autoconf and/or ## autoheader is needed to use your tarball, which is wrong. - -rm -rf autom4te.cache + -rm -rf $(top_srcdir)/autom4te.cache endif %?TOPDIR_P% |