Author: ngie
Date: Thu Jan  8 02:04:37 2015
New Revision: 276804
URL: https://svnweb.freebsd.org/changeset/base/276804

Log:
  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

Modified:
  head/contrib/ofed/usr.lib/libibcm/Makefile

Modified: head/contrib/ofed/usr.lib/libibcm/Makefile
==============================================================================
--- head/contrib/ofed/usr.lib/libibcm/Makefile  Thu Jan  8 01:28:46 2015        
(r276803)
+++ head/contrib/ofed/usr.lib/libibcm/Makefile  Thu Jan  8 02:04:37 2015        
(r276804)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to