diff options
author | Roland McGrath <roland@redhat.com> | 1994-09-07 00:24:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-09-07 00:24:10 +0000 |
commit | 0bd0301ae3449502fdda45769b9d833e9f1b6ce6 (patch) | |
tree | 9943a97c0c16809ba1b1582e2978d0027c4392a1 | |
parent | ff6efbadf596f933870f05ec2c29e321191841cd (diff) | |
download | gunmake-0bd0301ae3449502fdda45769b9d833e9f1b6ce6.tar.gz |
(set_command_state): Fix typo.
-rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ set_command_state (file, state) struct dep *d; for (d = file->also_make; d != 0; d = d->next) - d->command_state = state; + d->file->command_state = state; } /* Print the data base of files. */ |