fix make(1) error output

This commit is contained in:
David van Moolenbroek 2010-04-23 12:04:48 +00:00
parent 74177b215d
commit ee3b5fb5ea

View File

@ -411,7 +411,7 @@ again:
}
fprintf(debug_file, "\n");
}
fprintf(debug_file, "*** Error code %d", status);
printf("*** Error code %d", status);
}
} else {
status = WTERMSIG(reason); /* signaled */