summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-07-01 04:37:52 +0000
committerRussell Bryant <russell@russellbryant.com>2006-07-01 04:37:52 +0000
commit5dceb817e6b1c608318864895e8f7711a95a26e4 (patch)
treef56366b331d4e862e3e01550e7a47d03c51196b2 /Makefile
parentb2f5334746b0093835a269b9cdfb241b13cf0167 (diff)
remove build_tools/menuselelct-deps on distclean
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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