diff --git a/iscsi-scst/Makefile b/iscsi-scst/Makefile index 37fc134ae..c108c7f92 100644 --- a/iscsi-scst/Makefile +++ b/iscsi-scst/Makefile @@ -62,7 +62,7 @@ ifeq ($(OFED_FLAVOR),MOFED) else \ echo false; \ fi),true) - OFED_VERS=$(shell dpkg-query -W --showformat='${Version}\n' mlnx-ofed-kernel-dkms) + OFED_VERS=$(shell dpkg-query -W --showformat='$${Version}\n' mlnx-ofed-kernel-dkms) else ifeq ($(shell if { rpm -q mlnx-ofa_kernel-devel || \ rpm -q kernel-ib-devel; } >&/dev/null; then \