summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
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))