Author: ngie Date: Sat Feb 11 05:57:35 2017 New Revision: 313587 URL: https://svnweb.freebsd.org/changeset/base/313587
Log: MFC r312460: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output Modified: stable/10/lib/libbluetooth/Makefile Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libbluetooth/Makefile ============================================================================== --- stable/10/lib/libbluetooth/Makefile Sat Feb 11 05:56:48 2017 (r313586) +++ stable/10/lib/libbluetooth/Makefile Sat Feb 11 05:57:35 2017 (r313587) @@ -5,7 +5,7 @@ LIB= bluetooth MAN= bluetooth.3 WARNS?= 2 -CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys +CFLAGS+= -I${.CURDIR} -I${SRCTOP}/sys SHLIB_MAJOR= 4 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"