aboutsummaryrefslogtreecommitdiff
path: root/contrib/ofed
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-08 02:04:37 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-08 02:04:37 +0000
commit585d162280749231593f1160b39b0b1a667a3966 (patch)
treee50fa339893a60decfef1127d418213c2a240f45 /contrib/ofed
parent8a474d01ee40d0f2751ed875b6133faab4c9cd45 (diff)
downloadsrc-585d162280749231593f1160b39b0b1a667a3966.tar.gz
src-585d162280749231593f1160b39b0b1a667a3966.zip
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
Notes
Notes: svn path=/head/; revision=276804
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 1e22dbedc156..c07fcf0c132c 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