1
0
Fork 0
forked from nuttx/nuttx-update

Fix a error in a recent checkin to fix dependencies wehn object files lie in sub-directories

This commit is contained in:
Gregory Nutt 2013-09-30 20:31:49 -06:00
parent 12c1aef7c2
commit 9dc8d00bd1

View file

@ -429,8 +429,6 @@ static void do_dependency(const char *file, char separator)
exit(EXIT_FAILURE);
}
strcat(g_command, moption);
/* Copy " -MT " */
if (g_objpath)