summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
Diffstat (limited to 'rule.c')
-rw-r--r--rule.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rule.c b/rule.c
index f31011e..58b59c4 100644
--- a/rule.c
+++ b/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))
{