dect
/
asterisk
Archived
13
0
Fork 0

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
This commit is contained in:
russell 2006-06-26 14:38:55 +00:00
parent 00c242bc76
commit 097717acac
1 changed files with 3 additions and 0 deletions

View File

@ -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