OWB: error in invoking target ‘agent nmb nmo nmhs’ of makefile

Below error encountered while installing OWB on Linux environment.

bash-4.2$ vi /scratch/u01/E-BIZ/db/tech_st/owbnew/sysman/lib/ins_emagent.mk
INFO: ———————————-
INFO: Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target ‘agent nmb nmo nmhs’ of makefile ‘/scratch/u01/E-BIZ/db/tech_st/owbnew/sysman/lib/ins_emagent.mk‘. See ‘/scratch/u01/oraInventory/logs/installActions2020-06-03_02-40-58AM.log’ for details.

Resolution Steps:

Edit ins_emagent.mk file as showing in the error message and add -lnnz11 in emdctl section as shown below.

Edit the ins_emagent.mk
Change the below:
===========================
emdctl
===========================
$(SYSMANBIN)emdctl:
$(MK_EMAGENT_NMECTL) 
to
$(SYSMANBIN)emdctl:
$(MK_EMAGENT_NMECTL) -lnnz11

Now click on Retry button to continue.