From 585d162280749231593f1160b39b0b1a667a3966 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Thu, 8 Jan 2015 02:04:37 +0000 Subject: 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 --- contrib/ofed/usr.lib/libibcm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/ofed') 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 -- cgit v1.2.3