diff options
| author | Roland McGrath <roland@redhat.com> | 1992-06-23 22:42:43 +0000 |
|---|---|---|
| committer | Roland McGrath <roland@redhat.com> | 1992-06-23 22:42:43 +0000 |
| commit | f51927502405a966654e4599ec85e57a11e19075 (patch) | |
| tree | 4380732720880a8972a1c6b90c3b670e34731422 | |
| parent | 7a9130401f116302c8e3ebe9c91cb56087a4352e (diff) | |
| download | gunmake-f51927502405a966654e4599ec85e57a11e19075.tar.gz | |
Formerly file.c.~14~
| -rw-r--r-- | file.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
