mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
22573: rm -rf autom4te.cache on distclean
This commit is contained in:
parent
4cd7b957f3
commit
59bbc0cfc5
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-07-03 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 22537: Makefile.in: rm -rf autom4te.cache on distclean.
|
||||
|
||||
2006-06-30 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 22529: Doc/Zsh/arith.yo, Src/math.c, Src/utils.c,
|
||||
|
|
|
@ -121,6 +121,7 @@ check test:
|
|||
|
||||
distclean-here:
|
||||
rm -f Makefile config.h config.status config.log config.cache config.modules config.modules.sh stamp-h Config/defs.mk
|
||||
rm -rf autom4te.cache
|
||||
|
||||
realclean-here:
|
||||
cd $(sdir) && rm -f config.h.in stamp-h.in configure
|
||||
|
|
Loading…
Reference in a new issue