Formerly file.c.~23~

This commit is contained in:
Roland McGrath 1993-05-22 20:24:37 +00:00
parent fe92d8e656
commit ff71fe9277

1
file.c
View File

@ -341,6 +341,7 @@ remove_intermediates (sig)
fputs ("rm ", stdout); fputs ("rm ", stdout);
doneany = 1; doneany = 1;
} }
else
putchar (' '); putchar (' ');
fputs (f->name, stdout); fputs (f->name, stdout);
fflush (stdout); fflush (stdout);