summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 06:59:03 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 06:59:03 +0000
commit2d3713151da8e647d3e49d2d54acef05cd47085b (patch)
tree68ef7198893ddf082c4fc3b09b92ab39f6942c26
parent2b3dd72c57ac7e9bc292bf000cc33d73728b4b0f (diff)
downloadFreeBSD-src-2d3713151da8e647d3e49d2d54acef05cd47085b.zip
FreeBSD-src-2d3713151da8e647d3e49d2d54acef05cd47085b.tar.gz
MFC r312502:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output
-rw-r--r--lib/libcompat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index fca86c7..a7d56a7 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
LIB= compat
-CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/../libc/locale
+CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${SRCTOP}/lib/libc/locale
NO_PIC=
WARNS?= 0
OpenPOWER on IntegriCloud