mirror of
https://github.com/mirror/make.git
synced 2025-01-04 01:10:26 +08:00
Formerly remake.c.~31~
This commit is contained in:
parent
0f045633a7
commit
b408ee65f6
2
remake.c
2
remake.c
@ -224,7 +224,7 @@ update_file (file, depth)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
error ("internal error: `%s' command_state == %d in update_file_1",
|
error ("internal error: `%s' command_state == %d in update_file",
|
||||||
f->name, (int) f->command_state);
|
f->name, (int) f->command_state);
|
||||||
abort ();
|
abort ();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user