remove build_tools/menuselelct-deps on distclean

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2006-07-01 04:37:52 +00:00
parent b2f5334746
commit 5dceb817e6
1 changed files with 1 additions and 0 deletions

View File

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