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
1.4
Russell Bryant 19 years ago
parent c260301476
commit a3846a727c

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

Loading…
Cancel
Save