From: Roland McGrath Date: Thu, 15 Apr 1993 22:29:57 +0000 (+0000) Subject: Formerly rule.c.~11~ X-Git-Tag: 3.70.2~314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e28495225d5dcb7db6e534cfbcc633f464ad2887;p=thirdparty%2Fmake.git Formerly rule.c.~11~ --- diff --git a/rule.c b/rule.c index f31011e0..58b59c45 100644 --- 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)) {