From: Roland McGrath Date: Wed, 9 Jun 1993 23:16:30 +0000 (+0000) Subject: Formerly rule.c.~13~ X-Git-Tag: 3.70.2~237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a94240844d90eb77b758b353278246099f0aa42;p=thirdparty%2Fmake.git Formerly rule.c.~13~ --- diff --git a/rule.c b/rule.c index 6614dd01..5e2d1908 100644 --- a/rule.c +++ b/rule.c @@ -370,9 +370,8 @@ install_pattern_rule (p, terminal) ptr = p->dep; r->deps = (struct dep *) multi_glob (parse_file_seq (&ptr, '\0', - sizeof (struct dep)), - sizeof (struct dep), - 1); + sizeof (struct dep), 1), + sizeof (struct dep)); if (new_pattern_rule (r, 0)) {