Formerly remake.c.~33~

This commit is contained in:
Roland McGrath 1992-08-26 21:18:03 +00:00
parent 4d345bdee3
commit 37bfd879df

View file

@ -195,7 +195,7 @@ update_file (file, depth)
for (f = file; f != 0; f = f->prev) for (f = file; f != 0; f = f->prev)
{ {
register struct dep *d; 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); status |= update_file_1 (f, depth);
check_renamed (f); check_renamed (f);