mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly remake.c.~27~
This commit is contained in:
parent
6a325039e2
commit
be3ab15f71
1 changed files with 2 additions and 2 deletions
4
remake.c
4
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
|
||||
|
|
Loading…
Reference in a new issue