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:
Hartmut Brandt 2005-03-03 10:09:39 +00:00
parent 49f5e8346a
commit 5c78dee378

View File

@ -764,6 +764,7 @@ ParseDoDependency(char *line)
"Error in archive specification: \"%s\"", line);
return;
} else {
cp = line;
continue;
}
}