mirror of
https://github.com/mirror/make.git
synced 2025-02-22 01:30:10 +08:00
Formerly rule.c.~8~
This commit is contained in:
parent
1efb91cda6
commit
09fe55be99
2
rule.c
2
rule.c
@ -349,7 +349,7 @@ install_pattern_rule (p, terminal)
|
|||||||
|
|
||||||
ptr = p->dep;
|
ptr = p->dep;
|
||||||
r->deps = (struct dep *) multi_glob (parse_file_seq (&ptr, '\0',
|
r->deps = (struct dep *) multi_glob (parse_file_seq (&ptr, '\0',
|
||||||
sizeof (struct dep), 1),
|
sizeof (struct dep)),
|
||||||
sizeof (struct dep));
|
sizeof (struct dep));
|
||||||
|
|
||||||
if (new_pattern_rule (r, 0))
|
if (new_pattern_rule (r, 0))
|
||||||
|
Loading…
Reference in New Issue
Block a user