From: Kevin P. Fleming Date: Thu, 7 Aug 2008 15:07:12 +0000 (+0000) Subject: remove config.cache during distclean, in case the user is using autoconf caching X-Git-Tag: 1.4.22-rc1~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9b6f296101d05c8ab332fc41ca51d73c88c213d;p=thirdparty%2Fasterisk.git remove config.cache during distclean, in case the user is using autoconf caching git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@136404 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 8a79856d44..32b5eed6c1 100644 --- a/Makefile +++ b/Makefile @@ -392,7 +392,7 @@ distclean: $(SUBDIRS_DIST_CLEAN) clean @$(MAKE) -C sounds dist-clean rm -f menuselect.makeopts makeopts menuselect-tree menuselect.makedeps rm -f makeopts.embed_rules - rm -f config.log config.status + rm -f config.log config.status config.cache rm -rf autom4te.cache rm -f include/asterisk/autoconfig.h rm -f include/asterisk/buildopts.h