mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-28 15:57:48 +00:00
Formerly file.c.~25~
This commit is contained in:
parent
26c6ec1893
commit
aa68ee5ce2
1 changed files with 1 additions and 1 deletions
2
file.c
2
file.c
|
@ -312,7 +312,7 @@ remove_intermediates (sig)
|
|||
if (!f->dontcare)
|
||||
{
|
||||
if (sig)
|
||||
error ("*** Deleting file `%s'", f->name);
|
||||
error ("*** Deleting intermediate file `%s'", f->name);
|
||||
else if (!silent_flag)
|
||||
{
|
||||
if (! doneany)
|
||||
|
|
Loading…
Reference in a new issue