mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
iscsi-scst/Makefile: Fix a syntax error that was introduced in r8593
Reported-by: Rob Turk <robtu@rtist.nl> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8594 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user