svn commit: r277371 - stable/10/contrib/ofed/usr.lib/libibcm

Garrett Cooper ngie at FreeBSD.org
Mon Jan 19 07:24:19 UTC 2015


Author: ngie
Date: Mon Jan 19 07:24:18 2015
New Revision: 277371
URL: https://svnweb.freebsd.org/changeset/base/277371

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

Modified:
  stable/10/contrib/ofed/usr.lib/libibcm/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/ofed/usr.lib/libibcm/Makefile
==============================================================================
--- stable/10/contrib/ofed/usr.lib/libibcm/Makefile	Mon Jan 19 07:20:20 2015	(r277370)
+++ stable/10/contrib/ofed/usr.lib/libibcm/Makefile	Mon Jan 19 07:24:18 2015	(r277371)
@@ -15,7 +15,7 @@ SHLIB_MAJOR=	1
 NO_PROFILE=
 
 SRCS= cm.c
-CFLAGS+=	-I ${IBCMDIR}/include
+CFLAGS+=	-I${IBCMDIR}/include
 
 MAN=
 VERSION_MAP= ${IBSRCDIR}/libibcm.map


More information about the svn-src-all mailing list