Skip to content
Snippets Groups Projects
Commit 9dc8d00b authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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

parent 12c1aef7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment