summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-07-01 14:29:06 +0000
committerRussell Bryant <russell@russellbryant.com>2006-07-01 14:29:06 +0000
commitf54bef6dffaaf095ccb51ebfa6f1932a102c56be (patch)
treef8f14c92bd8c7ae2abc0579c421bf5d795f43c6e /Makefile
parent9bc3976204606ddf227b23bef9a21dae800ac693 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b677cf1d..c0d1fcb9a 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