aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjcollie <jcollie@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-27 18:49:04 +0000
committerjcollie <jcollie@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-27 18:49:04 +0000
commit9adbd8f388c86c9435f06bcf9ac9b25b1a1faf11 (patch)
tree09abefa880918ec1b6ff38a177d17ea4f5c38b67 /Makefile
parentf563cf7b18126fbe5d49bd5d1a4dd366cbe5e424 (diff)
menuselect writes both menuselect.makeopts and menuselect.makedeps at once, make sure that the Makefile knows about that.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36179 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index fae62b4ab..b66bf0b72 100644
--- a/Makefile
+++ b/Makefile
@@ -390,11 +390,8 @@ makeopts: configure
@echo "****"
@exit 1
-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} $@
+menuselect.makeopts menuselect.makedeps: menuselect/menuselect makeopts.xml
+ menuselect/menuselect --check-deps ${GLOBAL_MAKEOPTS} ${USER_MAKEOPTS} menuselect.makeopts
#ifneq ($(wildcard tags),)
ctags: tags