From ff6efbadf596f933870f05ec2c29e321191841cd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 7 Sep 1994 00:17:57 +0000 Subject: [PATCH] (set_command_state): Declare D. --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index be333f4..cfefb6f 100644 --- a/file.c +++ b/file.c @@ -392,7 +392,7 @@ set_command_state (file, state) struct file *file; int state; { - file->command_state = state; + struct dep *d; for (d = file->also_make; d != 0; d = d->next) d->command_state = state; -- 2.7.4