diff options
author | Roland McGrath <roland@redhat.com> | 1992-04-29 21:22:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-04-29 21:22:58 +0000 |
commit | be3ab15f7189a520401f367c701836fc0c0de6e7 (patch) | |
tree | ad0481b8f8b90152b5e6dd41e736850dcaece100 /remake.c | |
parent | 6a325039e23941fe5fce81bf95b304b6a1b031d2 (diff) | |
download | gunmake-be3ab15f7189a520401f367c701836fc0c0de6e7.tar.gz |
Formerly remake.c.~27~
Diffstat (limited to 'remake.c')
-rw-r--r-- | remake.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |