Formerly implicit.c.~6~

This commit is contained in:
Roland McGrath 1992-08-10 22:08:41 +00:00
parent ccff1cc0d2
commit 423783c913

View File

@ -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;