(set_command_state): Actually set FILE->command_state.
authorRoland McGrath <roland@redhat.com>
Wed, 7 Sep 1994 00:31:13 +0000 (00:31 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 7 Sep 1994 00:31:13 +0000 (00:31 +0000)
file.c

diff --git a/file.c b/file.c
index ab70a039e3a2b2c454b920f15939f41773a59063..a3657efe72cf9b35edcca17be113fa67f16aea6c 100644 (file)
--- 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;
 }