mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-26 23:04:42 +00:00
Formerly rule.c.~11~
This commit is contained in:
parent
c190a98796
commit
e28495225d
1 changed files with 2 additions and 1 deletions
3
rule.c
3
rule.c
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue