diff options
-rw-r--r-- | rule.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -370,9 +370,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), - 1); + sizeof (struct dep), 1), + sizeof (struct dep)); if (new_pattern_rule (r, 0)) { |