summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-07-15 02:15:54 +0000
committerRoland McGrath <roland@redhat.com>1992-07-15 02:15:54 +0000
commitb408ee65f606d9728972b0bfff683597ec0b76e6 (patch)
tree924cdc82938c55786ce433a0d75f69e34b940bf5 /remake.c
parent0f045633a73a9fa60cd55082c8986b5a5d78ee61 (diff)
downloadgunmake-b408ee65f606d9728972b0bfff683597ec0b76e6.tar.gz
Formerly remake.c.~31~
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index 390532c..ee92d14 100644
--- a/remake.c
+++ b/remake.c
@@ -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;