From af44f16799fa185e2729cda1653c80d29b598642 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 18 Dec 1999 17:43:47 +0000 Subject: * Fix problems with double-colon rules. * Fix problems with INTERMEDIATE rules. --- file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index 55ca7ee..1ce4b89 100644 --- a/file.c +++ b/file.c @@ -654,8 +654,8 @@ print_file (f) file_timestamp_sprintf (buf, f->last_mtime); printf (_("# Last modified %s\n"), buf); } - printf (_("# File has%s been updated.\n"), - f->updated ? "" : _(" not")); + puts (f->updated + ? _("# File has been updated.") : _("# File has not been updated.")); switch (f->command_state) { case cs_running: -- cgit v1.2.3