summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-06-09 23:16:30 +0000
committerRoland McGrath <roland@redhat.com>1993-06-09 23:16:30 +0000
commit4a94240844d90eb77b758b353278246099f0aa42 (patch)
tree7064a6d6597e87cc2a05082fc2ea705c649c26b2 /rule.c
parent6fc0ab541e73fc7c1b62cb302122d4ccdbf608df (diff)
downloadgunmake-4a94240844d90eb77b758b353278246099f0aa42.tar.gz
Formerly rule.c.~13~
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 6614dd0..5e2d190 100644
--- a/rule.c
+++ b/rule.c
@@ -370,9 +370,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),
- 1);
+ sizeof (struct dep), 1),
+ sizeof (struct dep));
if (new_pattern_rule (r, 0))
{