diff options
author | Roland McGrath <roland@redhat.com> | 1994-09-07 00:31:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1994-09-07 00:31:13 +0000 |
commit | 4969b416b82bc3c920720345086be68296a7bae9 (patch) | |
tree | 89bb6d78b1663f53fad460cd9a53feb30bb6c49a | |
parent | 0bd0301ae3449502fdda45769b9d833e9f1b6ce6 (diff) | |
download | gunmake-4969b416b82bc3c920720345086be68296a7bae9.tar.gz |
(set_command_state): Actually set FILE->command_state.
-rw-r--r-- | file.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -394,6 +394,8 @@ set_command_state (file, state) { struct dep *d; + file->command_state = state; + for (d = file->also_make; d != 0; d = d->next) d->file->command_state = state; } |