From: Roland McGrath Date: Wed, 29 Apr 1992 21:22:58 +0000 (+0000) Subject: Formerly remake.c.~27~ X-Git-Tag: 3.70.2~803 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be3ab15f7189a520401f367c701836fc0c0de6e7;p=thirdparty%2Fmake.git Formerly remake.c.~27~ --- diff --git a/remake.c b/remake.c index 064fab13..5fdeae3c 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