diff options
Diffstat (limited to 'rule.c')
-rw-r--r-- | rule.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |