]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly rule.c.~13~
authorRoland McGrath <roland@redhat.com>
Wed, 9 Jun 1993 23:16:30 +0000 (23:16 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 9 Jun 1993 23:16:30 +0000 (23:16 +0000)
rule.c

diff --git a/rule.c b/rule.c
index 6614dd0151441cd12247a34850d46de137f2473f..5e2d19080dc12355f98beba107eb8f151032b077 100644 (file)
--- 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))
     {