summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bmake/job.c')
-rw-r--r--contrib/bmake/job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/bmake/job.c b/contrib/bmake/job.c
index 902050d..c8af895 100644
--- a/contrib/bmake/job.c
+++ b/contrib/bmake/job.c
@@ -2214,6 +2214,7 @@ Job_SetPrefix(void)
void
Job_Init(void)
{
+ Job_SetPrefix();
/* Allocate space for all the job info */
job_table = bmake_malloc(maxJobs * sizeof *job_table);
memset(job_table, 0, maxJobs * sizeof *job_table);
OpenPOWER on IntegriCloud