diff options
author | Roland McGrath <roland@redhat.com> | 1992-11-10 20:36:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-11-10 20:36:44 +0000 |
commit | 09fe55be9921060643b9f95cef5d1e4deff02f3c (patch) | |
tree | edc25d3190d88f7fe2126790042e183ddd8e6125 | |
parent | 1efb91cda66601f8345724353f03057457b747c9 (diff) | |
download | gunmake-09fe55be9921060643b9f95cef5d1e4deff02f3c.tar.gz |
Formerly rule.c.~8~
-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)) |