summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-30 20:31:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-30 20:31:49 -0600
commit41364bfbf46e1c6d108e3ba5cc19b3f302668e7c (patch)
tree1c7834ee71702a6ea28a2d99ad30ccf2bbd6c06d
parent0af8457b422a90f1847a65797ffc1bffb0ae1ed0 (diff)
downloadpx4-nuttx-41364bfbf46e1c6d108e3ba5cc19b3f302668e7c.tar.gz
px4-nuttx-41364bfbf46e1c6d108e3ba5cc19b3f302668e7c.tar.bz2
px4-nuttx-41364bfbf46e1c6d108e3ba5cc19b3f302668e7c.zip
Fix a error in a recent checkin to fix dependencies wehn object files lie in sub-directories
-rw-r--r--nuttx/tools/mkdeps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/tools/mkdeps.c b/nuttx/tools/mkdeps.c
index 31398c49b..fd85213bd 100644
--- a/nuttx/tools/mkdeps.c
+++ b/nuttx/tools/mkdeps.c
@@ -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)