summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-06-30 22:11:36 +0000
committerRoland McGrath <roland@redhat.com>1993-06-30 22:11:36 +0000
commitaa68ee5ce2a9a12d380147a0eafe4f47bd69e51f (patch)
treee6d777e94890b50a707c0a2d97b0b3df8db5ba0c /file.c
parent26c6ec1893c6f53ac77888d3f6f51c8dff9ecce6 (diff)
downloadgunmake-aa68ee5ce2a9a12d380147a0eafe4f47bd69e51f.tar.gz
Formerly file.c.~25~
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 1501af9..39a8bc7 100644
--- a/file.c
+++ b/file.c
@@ -312,7 +312,7 @@ remove_intermediates (sig)
if (!f->dontcare)
{
if (sig)
- error ("*** Deleting file `%s'", f->name);
+ error ("*** Deleting intermediate file `%s'", f->name);
else if (!silent_flag)
{
if (! doneany)