From: Russell Bryant Date: Sat, 1 Jul 2006 14:29:06 +0000 (+0000) Subject: fix removing autoconfig.h on distclean (issue #7439, casper) X-Git-Tag: 1.4.0-beta1~710 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f54bef6dffaaf095ccb51ebfa6f1932a102c56be;p=thirdparty%2Fasterisk.git fix removing autoconfig.h on distclean (issue #7439, casper) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36503 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 6b677cf1d4..c0d1fcb9ac 100644 --- a/Makefile +++ b/Makefile @@ -524,7 +524,7 @@ distclean: clean rm -f menuselect.makeopts makeopts makeopts.xml menuselect.makedeps rm -f config.log config.status rm -rf autom4te.cache - rm -f include/autoconfig.h + rm -f include/asterisk/autoconfig.h rm -f include/asterisk/buildopts.h rm -rf doc/api rm -f build_tools/menuselect-deps