mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 13:41:45 +00:00
(set_command_state): Actually set FILE->command_state.
This commit is contained in:
parent
0bd0301ae3
commit
4969b416b8
1 changed files with 2 additions and 0 deletions
2
file.c
2
file.c
|
@ -394,6 +394,8 @@ set_command_state (file, state)
|
|||
{
|
||||
struct dep *d;
|
||||
|
||||
file->command_state = state;
|
||||
|
||||
for (d = file->also_make; d != 0; d = d->next)
|
||||
d->file->command_state = state;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue