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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to