don't let the Makefile blow up in menuselect.makeopts is present but

menuselect.makedeps is not.  This would probably only be the case in existing
checkouts ...


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36020 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2006-06-26 14:38:55 +00:00
parent 71411c6bae
commit 4b64399cc6
1 changed files with 3 additions and 0 deletions

View File

@ -393,6 +393,9 @@ makeopts: configure
menuselect.makeopts: menuselect/menuselect makeopts.xml
@menuselect/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@
menuselect.makedeps: menuselect/menuselect makeopts.xml
@menuselect/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} $@
#ifneq ($(wildcard tags),)
ctags: tags
#endif