All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Netes <alexne-smomgflXvOZWk0Htik3J/w@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH] ibsim: fix double slash in include the path
Date: Tue, 1 Mar 2011 08:48:53 +0200	[thread overview]
Message-ID: <20110301064853.GG8537@calypso.voltaire.com> (raw)

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

                 reply	other threads:[~2011-03-01  6:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110301064853.GG8537@calypso.voltaire.com \
    --to=alexne-smomgflxvozwk0htik3j/w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.