Fix parsing of archive specifications on the target side of
dependency lines. It seems that nobody is actually is using the archive-feature of make.
This commit is contained in:
parent
49f5e8346a
commit
5c78dee378
@ -764,6 +764,7 @@ ParseDoDependency(char *line)
|
||||
"Error in archive specification: \"%s\"", line);
|
||||
return;
|
||||
} else {
|
||||
cp = line;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user