From e28495225d5dcb7db6e534cfbcc633f464ad2887 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 15 Apr 1993 22:29:57 +0000 Subject: Formerly rule.c.~11~ --- rule.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rule.c') diff --git a/rule.c b/rule.c index f31011e..58b59c4 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)) { -- cgit v1.2.3