From eb03ee602b50f92ac493f9e0111cb2476fb17ef3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 29 Sep 2019 22:09:05 +0000 Subject: [PATCH] iscsi-scst/Makefile: Fix a syntax error that was introduced in r8593 Reported-by: Rob Turk git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8594 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/Makefile b/iscsi-scst/Makefile index 343ac6cbe..b363f803d 100644 --- a/iscsi-scst/Makefile +++ b/iscsi-scst/Makefile @@ -155,7 +155,7 @@ install: all modules_install echo "$@: INFINIBAND_ENABLED = $(INFINIBAND_ENABLED)" if $(INFINIBAND_ENABLED); then \ - (cd $(ISERTMOD) && KDIR=$(KDIR) ../../../scripts/sign-modules) + (cd $(ISERTMOD) && KDIR=$(KDIR) ../../../scripts/sign-modules);\ $(MAKE) -C $(KDIR) M=$(ISERTMOD) \ $$([ -n "$(DEPMOD)" ] && echo "DEPMOD=$(DEPMOD)") \ modules_install; \