From: Roland McGrath Date: Wed, 7 Sep 1994 00:24:10 +0000 (+0000) Subject: (set_command_state): Fix typo. X-Git-Tag: 3.71.2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bd0301ae3449502fdda45769b9d833e9f1b6ce6;p=thirdparty%2Fmake.git (set_command_state): Fix typo. --- diff --git a/file.c b/file.c index cfefb6fb..ab70a039 100644 --- 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; } /* Print the data base of files. */