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
This commit is contained in:
Kevin P. Fleming
2008-08-07 15:07:12 +00:00
parent f2ead6dbc5
commit b9b6f29610

View File

@@ -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