public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ibsim: fix double slash in include the path
@ 2011-03-01  6:48 Alex Netes
  0 siblings, 0 replies; only message in thread
From: Alex Netes @ 2011-03-01  6:48 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

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 <alekseys-smomgflXvOZWk0Htik3J/w@public.gmane.org>
---
 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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-01  6:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01  6:48 [PATCH] ibsim: fix double slash in include the path Alex Netes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox