mirror of
https://github.com/mirror/make.git
synced 2025-01-30 14:20:14 +08:00
(touch_file): Removing newline from message string.
This commit is contained in:
parent
ad61285598
commit
06021f945f
2
remake.c
2
remake.c
@ -769,7 +769,7 @@ touch_file (file)
|
|||||||
register struct file *file;
|
register struct file *file;
|
||||||
{
|
{
|
||||||
if (!silent_flag)
|
if (!silent_flag)
|
||||||
message ("touch %s\n", file->name);
|
message ("touch %s", file->name);
|
||||||
|
|
||||||
#ifndef NO_ARCHIVES
|
#ifndef NO_ARCHIVES
|
||||||
if (ar_name (file->name))
|
if (ar_name (file->name))
|
||||||
|
Loading…
Reference in New Issue
Block a user