]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly rule.c.~8~
authorRoland McGrath <roland@redhat.com>
Tue, 10 Nov 1992 20:36:44 +0000 (20:36 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 10 Nov 1992 20:36:44 +0000 (20:36 +0000)
rule.c

diff --git a/rule.c b/rule.c
index 3df8c4fa67e2e07eecda30be233440b4fe60046a..945e16ce40e339c520da2c5947e54541b0a3b2c2 100644 (file)
--- 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))