summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-04-29 21:22:58 +0000
committerRoland McGrath <roland@redhat.com>1992-04-29 21:22:58 +0000
commitbe3ab15f7189a520401f367c701836fc0c0de6e7 (patch)
treead0481b8f8b90152b5e6dd41e736850dcaece100 /remake.c
parent6a325039e23941fe5fce81bf95b304b6a1b031d2 (diff)
downloadgunmake-be3ab15f7189a520401f367c701836fc0c0de6e7.tar.gz
Formerly remake.c.~27~
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/remake.c b/remake.c
index 064fab1..5fdeae3 100644
--- a/remake.c
+++ b/remake.c
@@ -719,11 +719,11 @@ remake_file (file)
else
{
/* This is a dependency file we cannot remake. Fail. */
- static char noway[] = "*** No rule to make target";
+ static char noway[] = "No rule to make target";
if (keep_going_flag || file->dontcare)
{
if (!file->dontcare)
- error ("%s `%s'.", noway, file->name);
+ error ("*** %s `%s'.", noway, file->name);
file->update_status = 1;
}
else