summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-11-22 00:16:14 +0000
committerRoland McGrath <roland@redhat.com>1995-11-22 00:16:14 +0000
commit06021f945fc68dfc174204cdb6e1cf665ca01875 (patch)
tree019a3daffb76ee379748e47dfb0f4305aaa5f838 /remake.c
parentad6128559819b0afde4bcae99dd3fb007b065722 (diff)
downloadgunmake-06021f945fc68dfc174204cdb6e1cf665ca01875.tar.gz
(touch_file): Removing newline from message string.
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index 03079dd..2004d79 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))