From d18ac4f0e545cb1379fa972f5a8c9b2161e5a31f Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 11 Feb 2017 05:57:35 +0000 Subject: MFC r312460: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output --- lib/libbluetooth/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libbluetooth') diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile index 7e21892..7a2e134 100644 --- a/lib/libbluetooth/Makefile +++ b/lib/libbluetooth/Makefile @@ -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 -- cgit v1.1