diff mbox

ibsim: fix double slash in include the path

Message ID 20110301064853.GG8537@calypso.voltaire.com (mailing list archive)
State Accepted
Delegated to: Alex Netes
Headers show

Commit Message

Alex Netes March 1, 2011, 6:48 a.m. UTC
None
diff mbox

Patch

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