From: Roland McGrath Date: Tue, 10 Nov 1992 20:36:44 +0000 (+0000) Subject: Formerly rule.c.~8~ X-Git-Tag: 3.70.2~545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09fe55be9921060643b9f95cef5d1e4deff02f3c;p=thirdparty%2Fmake.git Formerly rule.c.~8~ --- diff --git a/rule.c b/rule.c index 3df8c4fa..945e16ce 100644 --- a/rule.c +++ b/rule.c @@ -349,7 +349,7 @@ install_pattern_rule (p, terminal) ptr = p->dep; r->deps = (struct dep *) multi_glob (parse_file_seq (&ptr, '\0', - sizeof (struct dep), 1), + sizeof (struct dep)), sizeof (struct dep)); if (new_pattern_rule (r, 0))