summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-19 07:24:18 +0000
committerngie <ngie@FreeBSD.org>2015-01-19 07:24:18 +0000
commit919a946ba7a05a6560067bd0fca3b5edaea27e22 (patch)
treeaf7fa2a8e341af48b4b7eabd76f26cf1e7e2f115
parentf219f816a2ea19f2d7db96ed5d0504910b55f4a9 (diff)
downloadFreeBSD-src-919a946ba7a05a6560067bd0fca3b5edaea27e22.zip
FreeBSD-src-919a946ba7a05a6560067bd0fca3b5edaea27e22.tar.gz
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
-rw-r--r--contrib/ofed/usr.lib/libibcm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ofed/usr.lib/libibcm/Makefile b/contrib/ofed/usr.lib/libibcm/Makefile
index fd9db83..29f1bad 100644
--- a/contrib/ofed/usr.lib/libibcm/Makefile
+++ b/contrib/ofed/usr.lib/libibcm/Makefile
@@ -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
OpenPOWER on IntegriCloud