From: Roland McGrath Date: Wed, 7 Sep 1994 00:17:57 +0000 (+0000) Subject: (set_command_state): Declare D. X-Git-Tag: 3.71.2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff6efbadf596f933870f05ec2c29e321191841cd;p=thirdparty%2Fmake.git (set_command_state): Declare D. --- diff --git a/file.c b/file.c index be333f4f..cfefb6fb 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;