aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-01 04:37:52 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-01 04:37:52 +0000
commit3dbe712d6249e8110a8ce8523f0057c2ec960ef9 (patch)
treef56366b331d4e862e3e01550e7a47d03c51196b2 /Makefile
parenta622cbd1e3e3a5d7231eaf53a612d2139c5a7464 (diff)
remove build_tools/menuselelct-deps on distclean
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36483 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e78ebb1b..3dbe5d596 100644
--- a/Makefile
+++ b/Makefile
@@ -527,6 +527,7 @@ dist-clean: clean
rm -f include/autoconfig.h
rm -f include/asterisk/buildopts.h
rm -rf doc/api
+ rm -f build_tools/menuselect-deps
datafiles: all
if [ x`$(ID) -un` = xroot ]; then sh build_tools/mkpkgconfig $(DESTDIR)/usr/lib/pkgconfig; fi