]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly rule.c.~11~
authorRoland McGrath <roland@redhat.com>
Thu, 15 Apr 1993 22:29:57 +0000 (22:29 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 15 Apr 1993 22:29:57 +0000 (22:29 +0000)
rule.c

diff --git a/rule.c b/rule.c
index f31011e0a2078f189673a36c246d2b947ad2542a..58b59c455c837a19e8f96d8a19681de43a519e15 100644 (file)
--- 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))
     {