diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-15 02:15:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-15 02:15:54 +0000 |
commit | b408ee65f606d9728972b0bfff683597ec0b76e6 (patch) | |
tree | 924cdc82938c55786ce433a0d75f69e34b940bf5 | |
parent | 0f045633a73a9fa60cd55082c8986b5a5d78ee61 (diff) | |
download | gunmake-b408ee65f606d9728972b0bfff683597ec0b76e6.tar.gz |
Formerly remake.c.~31~
-rw-r--r-- | remake.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ update_file (file, depth) return 0; 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); abort (); break; |