Date: Mon, 19 Jan 2015 07:24:19 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r277371 - stable/10/contrib/ofed/usr.lib/libibcm Message-ID: <201501190724.t0J7OJfl050009@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Mon Jan 19 07:24:18 2015 New Revision: 277371 URL: https://svnweb.freebsd.org/changeset/base/277371 Log: 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 Modified: stable/10/contrib/ofed/usr.lib/libibcm/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/contrib/ofed/usr.lib/libibcm/Makefile ============================================================================== --- stable/10/contrib/ofed/usr.lib/libibcm/Makefile Mon Jan 19 07:20:20 2015 (r277370) +++ stable/10/contrib/ofed/usr.lib/libibcm/Makefile Mon Jan 19 07:24:18 2015 (r277371) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501190724.t0J7OJfl050009>