From: Roland McGrath Date: Wed, 22 Nov 1995 00:16:14 +0000 (+0000) Subject: (touch_file): Removing newline from message string. X-Git-Tag: 3.74.1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06021f945fc68dfc174204cdb6e1cf665ca01875;p=thirdparty%2Fmake.git (touch_file): Removing newline from message string. --- diff --git a/remake.c b/remake.c index 03079dd5..2004d790 100644 --- a/remake.c +++ b/remake.c @@ -769,7 +769,7 @@ touch_file (file) register struct file *file; { if (!silent_flag) - message ("touch %s\n", file->name); + message ("touch %s", file->name); #ifndef NO_ARCHIVES if (ar_name (file->name))