From 0bd0301ae3449502fdda45769b9d833e9f1b6ce6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 7 Sep 1994 00:24:10 +0000 Subject: [PATCH] (set_command_state): Fix typo. --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */