Formerly remake.c.~27~
authorRoland McGrath <roland@redhat.com>
Wed, 29 Apr 1992 21:22:58 +0000 (21:22 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 29 Apr 1992 21:22:58 +0000 (21:22 +0000)
remake.c

index 064fab1..5fdeae3 100644 (file)
--- 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