ensure menuselect fails if the deps file isn't found

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35006 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2006-06-20 04:04:57 +00:00
parent c260301476
commit a3846a727c
1 changed files with 2 additions and 1 deletions

View File

@ -694,7 +694,8 @@ int main(int argc, char *argv[])
exit(res);
/* Process module dependencies */
res = process_deps();
if ((res = process_deps()))
exit(res);
/* The --check-deps option is used to ask this application to check to
* see if that an existing menuselect.makeopts file contails all of the