From 919a946ba7a05a6560067bd0fca3b5edaea27e22 Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 19 Jan 2015 07:24:18 +0000 Subject: 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 --- contrib/ofed/usr.lib/libibcm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1