Formerly rule.c.~13~

This commit is contained in:
Roland McGrath 1993-06-09 23:16:30 +00:00
parent 6fc0ab541e
commit 4a94240844

5
rule.c
View File

@ -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))
{