mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-24 12:58:40 +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 (!f->dontcare)
|
||||||
{
|
{
|
||||||
if (sig)
|
if (sig)
|
||||||
error ("*** Deleting file `%s'", f->name);
|
error ("*** Deleting intermediate file `%s'", f->name);
|
||||||
else if (!silent_flag)
|
else if (!silent_flag)
|
||||||
{
|
{
|
||||||
if (! doneany)
|
if (! doneany)
|
||||||
|
|
Loading…
Reference in a new issue