Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 2015 02:04:38 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276804 - head/contrib/ofed/usr.lib/libibcm
Message-ID:  <201501080204.t0824c30053985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Jan  8 02:04:37 2015
New Revision: 276804
URL: https://svnweb.freebsd.org/changeset/base/276804

Log:
  Fix 'make depend' before infiniband headers have been installed to build host
  by removing space between -I and the header directory
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/contrib/ofed/usr.lib/libibcm/Makefile

Modified: head/contrib/ofed/usr.lib/libibcm/Makefile
==============================================================================
--- head/contrib/ofed/usr.lib/libibcm/Makefile	Thu Jan  8 01:28:46 2015	(r276803)
+++ head/contrib/ofed/usr.lib/libibcm/Makefile	Thu Jan  8 02:04:37 2015	(r276804)
@@ -15,7 +15,7 @@ SHLIB_MAJOR=	1
 MK_PROFILE=	no
 
 SRCS= cm.c
-CFLAGS+=	-I ${IBCMDIR}/include
+CFLAGS+=	-I${IBCMDIR}/include
 
 MAN=
 VERSION_MAP= ${IBSRCDIR}/libibcm.map



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501080204.t0824c30053985>