diff --git a/file.c b/file.c index ab70a039..a3657efe 100644 --- a/file.c +++ b/file.c @@ -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; }