Extending tools/mkdeps.c

This commit is contained in:
Gregory Nutt
2016-01-09 19:52:24 -06:00
parent c5bcfc166d
commit 5ec04daaa2
4 changed files with 200 additions and 38 deletions

View File

@@ -61,7 +61,6 @@ static unsigned long g_lineno;
static char g_line[MAX_LINE];
static char g_dequoted[MAX_PATH];
static char g_posix[MAX_PATH];
static const char g_cygpath[] = "/usr/bin/cygpath";
/****************************************************************************
* Private Functions