BUG: Dependency makefile lines must be at least three characters long to hold a dependency.
This commit is contained in:
parent
81bbae1fb2
commit
bf2a2b203f
|
@ -1936,7 +1936,7 @@ cmLocalUnixMakefileGenerator2
|
||||||
}
|
}
|
||||||
|
|
||||||
// Skip lines too short to have a dependency.
|
// Skip lines too short to have a dependency.
|
||||||
if(line.size() < 2)
|
if(line.size() < 3)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue