From: Roland McGrath Date: Mon, 10 Aug 1992 22:08:41 +0000 (+0000) Subject: Formerly implicit.c.~6~ X-Git-Tag: 3.70.2~632 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=423783c913624b0ce06e48074fc8ba3a4c9706e5;p=thirdparty%2Fmake.git Formerly implicit.c.~6~ --- diff --git a/implicit.c b/implicit.c index 3cf309f9..c3374d5d 100644 --- a/implicit.c +++ b/implicit.c @@ -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;