svn commit: r276804 - head/contrib/ofed/usr.lib/libibcm
Garrett Cooper
ngie at FreeBSD.org
Thu Jan 8 02:04:38 UTC 2015
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
More information about the svn-src-all
mailing list