From patchwork Tue Mar 1 06:48:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Netes X-Patchwork-Id: 598251 X-Patchwork-Delegate: alexne@voltaire.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p216kQbv021040 for ; Tue, 1 Mar 2011 06:49:06 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755514Ab1CAGtE (ORCPT ); Tue, 1 Mar 2011 01:49:04 -0500 Received: from mail.mellanox.co.il ([194.90.237.43]:56723 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755208Ab1CAGtE (ORCPT ); Tue, 1 Mar 2011 01:49:04 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from alexne@mellanox.com) with SMTP; 1 Mar 2011 08:57:39 +0200 Received: from MTRCASDAG01.mtl.com (172.25.0.174) by MTLCAS01.mtl.com (10.0.8.71) with Microsoft SMTP Server (TLS) id 14.1.270.1; Tue, 1 Mar 2011 08:48:59 +0200 Received: from localhost (172.25.6.157) by MTRCASDAG01.mtl.com (172.25.0.174) with Microsoft SMTP Server (TLS) id 14.1.270.1; Tue, 1 Mar 2011 08:48:58 +0200 Date: Tue, 1 Mar 2011 08:48:53 +0200 From: Alex Netes To: Subject: [PATCH] ibsim: fix double slash in include the path Message-ID: <20110301064853.GG8537@calypso.voltaire.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Originating-IP: [172.25.6.157] Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 01 Mar 2011 06:49:06 +0000 (UTC) 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