mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 09:46:22 +00:00
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:
3
Makefile
3
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user