Fix INCS path not to contain double slash, as it cause to failure when
creating RPM package on RedHat 6.

Signed-off-by: Aleksey Senin <aleks...@voltaire.com>
---
 defs.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/defs.mk b/defs.mk
index 578d407..11256c0 100644
--- a/defs.mk
+++ b/defs.mk
@@ -20,7 +20,7 @@ ifdef IB_DEV_DIR
  LIBS:= \
   $(foreach l, mad umad, $(IB_DEV_DIR)/libib$(l)/.libs/libib$(l).so)
 else
- INCS:= -I$(dir $(libpath))/include
+ INCS:= -I$(dir $(libpath))include
  LIBS:= -L$(libpath) -libmad -libumad
 endif
 
-- 
1.6.4.2
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to