mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -764,6 +764,7 @@ ParseDoDependency(char *line)
|
|||
"Error in archive specification: \"%s\"", line);
|
||||
return;
|
||||
} else {
|
||||
cp = line;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue