]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly file.c.~23~
authorRoland McGrath <roland@redhat.com>
Sat, 22 May 1993 20:24:37 +0000 (20:24 +0000)
committerRoland McGrath <roland@redhat.com>
Sat, 22 May 1993 20:24:37 +0000 (20:24 +0000)
file.c

diff --git a/file.c b/file.c
index d5b4c02e109adf72dc2012d8c75484634834f29b..e5cc418db0c6aed06fa56dc610b7ccc4fdd766a8 100644 (file)
--- a/file.c
+++ b/file.c
@@ -336,12 +336,13 @@ remove_intermediates (sig)
                error ("*** Deleting file `%s'", f->name);
              else if (!silent_flag)
                {
-                 if (!doneany)
+                 if (! doneany)
                    {
                      fputs ("rm ", stdout);
                      doneany = 1;
                    }
-                 putchar (' ');
+                 else
+                   putchar (' ');
                  fputs (f->name, stdout);
                  fflush (stdout);
                }