Skip to content
Snippets Groups Projects
Commit 4b64399c authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 71411c6b
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment