diff --git a/commands/make/compat.c b/commands/make/compat.c index 944ed366b..42c5fe2f6 100644 --- a/commands/make/compat.c +++ b/commands/make/compat.c @@ -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 */