aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-26 14:38:55 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-26 14:38:55 +0000
commit097717acac86d1fa60db2ebcb0e412786b52e21a (patch)
treebda73ad41ee65dc28203c787cb096dcc6b24c0ca /Makefile
parent00c242bc76e50e7961725cfa83d90ed785c2ef51 (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: http://svn.digium.com/svn/asterisk/trunk@36020 f38db490-d61c-443f-a65b-d21fe96a405b
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