(set_command_state): Fix typo.

This commit is contained in:
Roland McGrath 1994-09-07 00:24:10 +00:00
parent ff6efbadf5
commit 0bd0301ae3

2
file.c
View file

@ -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. */