Delete autom4te.cache in 'make distclean'.
This commit is contained in:
parent
6de6292312
commit
73219ecfec
1 changed files with 2 additions and 1 deletions
|
@ -15,5 +15,6 @@ clean:
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(MAKE) -C doc distclean
|
$(MAKE) -C doc distclean
|
||||||
rm -rf $(objdir)
|
rm -rf $(objdir) autom4te.cache
|
||||||
rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile
|
rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue