mirror of
https://github.com/mirror/make.git
synced 2024-12-30 23:10:52 +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);
|
||||
p += stemlen;
|
||||
bcopy (rule->suffixes[i], p,
|
||||
rule->lens[i]
|
||||
- (rule->suffixes[i] - rule->targets[i] - 1) + 1);
|
||||
rule->lens[i] - (rule->suffixes[i] - rule->targets[i]) + 1);
|
||||
new->file = enter_file (new->name);
|
||||
new->next = file->also_make;
|
||||
file->also_make = new;
|
||||
|
Loading…
Reference in New Issue
Block a user