mirror of
https://github.com/mirror/make.git
synced 2025-01-20 17:20:18 +08:00
Formerly implicit.c.~6~
This commit is contained in:
parent
ccff1cc0d2
commit
423783c913
@ -559,8 +559,7 @@ pattern_search (file, archive, depth, recursions)
|
|||||||
bcopy (stem, p, stemlen);
|
bcopy (stem, p, stemlen);
|
||||||
p += stemlen;
|
p += stemlen;
|
||||||
bcopy (rule->suffixes[i], p,
|
bcopy (rule->suffixes[i], p,
|
||||||
rule->lens[i]
|
rule->lens[i] - (rule->suffixes[i] - rule->targets[i]) + 1);
|
||||||
- (rule->suffixes[i] - rule->targets[i] - 1) + 1);
|
|
||||||
new->file = enter_file (new->name);
|
new->file = enter_file (new->name);
|
||||||
new->next = file->also_make;
|
new->next = file->also_make;
|
||||||
file->also_make = new;
|
file->also_make = new;
|
||||||
|
Loading…
Reference in New Issue
Block a user