mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 13:41:45 +00:00
(set_command_state): Fix typo.
This commit is contained in:
parent
ff6efbadf5
commit
0bd0301ae3
1 changed files with 1 additions and 1 deletions
2
file.c
2
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. */
|
||||
|
|
Loading…
Reference in a new issue