mirror of
https://github.com/mirror/make.git
synced 2025-03-27 12:31:23 +08:00
Formerly rule.c.~13~
This commit is contained in:
parent
6fc0ab541e
commit
4a94240844
5
rule.c
5
rule.c
@ -370,9 +370,8 @@ 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)),
|
sizeof (struct dep), 1),
|
||||||
sizeof (struct dep),
|
sizeof (struct dep));
|
||||||
1);
|
|
||||||
|
|
||||||
if (new_pattern_rule (r, 0))
|
if (new_pattern_rule (r, 0))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user