mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-31 03:25:08 +00:00
(touch_file): Removing newline from message string.
This commit is contained in:
parent
ad61285598
commit
06021f945f
1 changed files with 1 additions and 1 deletions
2
remake.c
2
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))
|
||||
|
|
Loading…
Reference in a new issue