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