summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-04-15 22:29:57 +0000
committerRoland McGrath <roland@redhat.com>1993-04-15 22:29:57 +0000
commite28495225d5dcb7db6e534cfbcc633f464ad2887 (patch)
tree549ee446ce19a680d715094fc9290bbd1cf32d0c /rule.c
parentc190a98796e9fb819bedab0b1b2250711aeb6a24 (diff)
downloadgunmake-e28495225d5dcb7db6e534cfbcc633f464ad2887.tar.gz
Formerly rule.c.~11~
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))
{