summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.c b/file.c
index ab70a03..a3657ef 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;
}