summaryrefslogtreecommitdiffstats
path: root/contrib/ofed
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-08 02:04:37 +0000
committerngie <ngie@FreeBSD.org>2015-01-08 02:04:37 +0000
commit3d5784d38f98413896cb494bb98a188a9a039b7b (patch)
treee50fa339893a60decfef1127d418213c2a240f45 /contrib/ofed
parentecd03e59fb83a68c46d86ca12efbaab3cf18759b (diff)
downloadFreeBSD-src-3d5784d38f98413896cb494bb98a188a9a039b7b.zip
FreeBSD-src-3d5784d38f98413896cb494bb98a188a9a039b7b.tar.gz
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
Diffstat (limited to 'contrib/ofed')
-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 1e22dbe..c07fcf0 100644
--- a/contrib/ofed/usr.lib/libibcm/Makefile
+++ b/contrib/ofed/usr.lib/libibcm/Makefile
@@ -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
OpenPOWER on IntegriCloud