summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-26 14:38:55 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-26 14:38:55 +0000
commit4b64399cc62acde07f0843f3895445aaf45cf929 (patch)
treebda73ad41ee65dc28203c787cb096dcc6b24c0ca /Makefile
parent71411c6bae62e00a432c0c6b40fdcd13fdc54ea3 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index be6bdf039..fae62b4ab 100644
--- a/Makefile
+++ b/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