Formerly rule.c.~11~

This commit is contained in:
Roland McGrath 1993-04-15 22:29:57 +00:00
parent c190a98796
commit e28495225d

3
rule.c
View file

@ -353,7 +353,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));
sizeof (struct dep),
1);
if (new_pattern_rule (r, 0))
{