(set_command_state): Fix typo.
authorRoland McGrath <roland@redhat.com>
Wed, 7 Sep 1994 00:24:10 +0000 (00:24 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 7 Sep 1994 00:24:10 +0000 (00:24 +0000)
file.c

diff --git a/file.c b/file.c
index cfefb6fb988a6f4a50ba1c1c3f311bd57632dc28..ab70a039e3a2b2c454b920f15939f41773a59063 100644 (file)
--- a/file.c
+++ b/file.c
@@ -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;
 }
 \f
 /* Print the data base of files.  */