From dd5561c93ac61347bf821cd122f82bc62f736a55 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 19 Nov 2014 00:17:41 +0000 Subject: [PATCH] srpt/Makefile: Add double quotes around a path git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5878 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/Makefile b/srpt/Makefile index 555525018..213300001 100644 --- a/srpt/Makefile +++ b/srpt/Makefile @@ -43,7 +43,7 @@ SRC_FILES=$(wildcard */*.[ch]) # The file Modules.symvers has been renamed in the 2.6.18 kernel to # Module.symvers. Find out which name to use by looking in $(KDIR). -MODULE_SYMVERS:=$(shell if [ -e $(KDIR)/Module.symvers ]; then \ +MODULE_SYMVERS:=$(shell if [ -e "$(KDIR)/Module.symvers" ]; then \ echo Module.symvers; else echo Modules.symvers; fi) # Name of the OFED kernel RPM.