mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-07 13:03:08 +00:00
(set_command_state): Declare D.
This commit is contained in:
parent
0b3317d2e1
commit
ff6efbadf5
1 changed files with 1 additions and 1 deletions
2
file.c
2
file.c
|
@ -392,7 +392,7 @@ set_command_state (file, state)
|
||||||
struct file *file;
|
struct file *file;
|
||||||
int state;
|
int state;
|
||||||
{
|
{
|
||||||
file->command_state = state;
|
struct dep *d;
|
||||||
|
|
||||||
for (d = file->also_make; d != 0; d = d->next)
|
for (d = file->also_make; d != 0; d = d->next)
|
||||||
d->command_state = state;
|
d->command_state = state;
|
||||||
|
|
Loading…
Reference in a new issue