summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-11-10 20:36:44 +0000
committerRoland McGrath <roland@redhat.com>1992-11-10 20:36:44 +0000
commit09fe55be9921060643b9f95cef5d1e4deff02f3c (patch)
treeedc25d3190d88f7fe2126790042e183ddd8e6125 /rule.c
parent1efb91cda66601f8345724353f03057457b747c9 (diff)
downloadgunmake-09fe55be9921060643b9f95cef5d1e4deff02f3c.tar.gz
Formerly rule.c.~8~
Diffstat (limited to 'rule.c')
-rw-r--r--rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rule.c b/rule.c
index 3df8c4f..945e16c 100644
--- a/rule.c
+++ b/rule.c
@@ -349,7 +349,7 @@ install_pattern_rule (p, terminal)
ptr = p->dep;
r->deps = (struct dep *) multi_glob (parse_file_seq (&ptr, '\0',
- sizeof (struct dep), 1),
+ sizeof (struct dep)),
sizeof (struct dep));
if (new_pattern_rule (r, 0))