mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly remake.c.~33~
This commit is contained in:
parent
4d345bdee3
commit
37bfd879df
1 changed files with 1 additions and 1 deletions
2
remake.c
2
remake.c
|
@ -195,7 +195,7 @@ update_file (file, depth)
|
|||
for (f = file; f != 0; f = f->prev)
|
||||
{
|
||||
register struct dep *d;
|
||||
char not_started = f->command_state == cs_not_started;
|
||||
int not_started = f->command_state == cs_not_started;
|
||||
|
||||
status |= update_file_1 (f, depth);
|
||||
check_renamed (f);
|
||||
|
|
Loading…
Reference in a new issue