From: Russell Bryant Date: Mon, 26 Jun 2006 14:38:55 +0000 (+0000) Subject: don't let the Makefile blow up in menuselect.makeopts is present but X-Git-Tag: 1.4.0-beta1~766 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b64399cc62acde07f0843f3895445aaf45cf929;p=thirdparty%2Fasterisk.git 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 --- diff --git a/Makefile b/Makefile index be6bdf039e..fae62b4aba 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