From 4b64399cc62acde07f0843f3895445aaf45cf929 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Mon, 26 Jun 2006 14:38:55 +0000 Subject: [PATCH] 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- GitLab