]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly job.c.~60~
authorRoland McGrath <roland@redhat.com>
Wed, 22 Apr 1992 01:52:14 +0000 (01:52 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 22 Apr 1992 01:52:14 +0000 (01:52 +0000)
job.c

diff --git a/job.c b/job.c
index b85fbb8e394ebdb2c01cd4bd2a80d5f178122a3c..f527cf68ece8a9fd71dc437cf79156b73d8439a6 100644 (file)
--- a/job.c
+++ b/job.c
@@ -163,7 +163,7 @@ child_error (target_name, exit_code, exit_sig, coredump, ignored)
 {
   if (exit_sig == 0)
     error (ignored ? "[%s] Error %d (ignored)" :
-          "*** [%s] Error %d%s",
+          "*** [%s] Error %d",
           target_name, exit_code);
   else
     {