summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2006-06-27 18:49:04 +0000
committerJeffrey C. Ollie <jeff@ocjtech.us>2006-06-27 18:49:04 +0000
commit5e2ccc9821edd22c04fa5d77378158509735abb6 (patch)
tree09abefa880918ec1b6ff38a177d17ea4f5c38b67 /Makefile
parent6d866978673b5a43bd4fe8a915f11e3ab833dbba (diff)
menuselect writes both menuselect.makeopts and menuselect.makedeps at once, make sure that the Makefile knows about that.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36179 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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