Patch to fix kernbench integration issue: Kernbench script's mode was not getting modified to executable as 'utils install' was missing in LTP Makefile. Hence this patch fixes this issue. Signed-off-by: poornima nayak <mpnayak@linux.vnet.ibm.com>.
diff --git a/Makefile b/Makefile
index 1771041..e86872e 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,7 @@
 	@$(MAKE) -C m4 install
 	@$(MAKE) -C doc/man1 install
 	@$(MAKE) -C doc/man3 install
+	@$(MAKE) -C utils install
 ifneq ($(strip $(SKIP_IDCHECK)),1)
 	@./IDcheck.sh
 endif