summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
Diffstat (limited to 'rule.c')
-rw-r--r--rule.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/rule.c b/rule.c
index 652c7a2..64a1a2d 100644
--- a/rule.c
+++ b/rule.c
@@ -376,9 +376,8 @@ install_pattern_rule (struct pspec *p, int terminal)
++r->suffixes[0];
ptr = p->dep;
- r->deps = (struct dep *) multi_glob (parse_file_seq (&ptr, '\0',
- sizeof (struct dep), 1),
- sizeof (struct dep), 0);
+ r->deps = (struct dep *) parse_file_seq (&ptr, sizeof (struct dep), '\0',
+ NULL, 0);
if (new_pattern_rule (r, 0))
{