summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 06:57:22 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 06:57:22 +0000
commit41ea5ba4125fe59768be3f47254885f6a854b808 (patch)
tree3c8516537f400c1198ea0e9ae95f138c52fe000d
parent71542575af2defd7e2c3aedd99659124f683065e (diff)
downloadFreeBSD-src-41ea5ba4125fe59768be3f47254885f6a854b808.zip
FreeBSD-src-41ea5ba4125fe59768be3f47254885f6a854b808.tar.gz
MFC r312500:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output
-rw-r--r--lib/libkiconv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkiconv/Makefile b/lib/libkiconv/Makefile
index bda505e..650f7e0 100644
--- a/lib/libkiconv/Makefile
+++ b/lib/libkiconv/Makefile
@@ -16,7 +16,7 @@ MLINKS+= kiconv.3 kiconv_add_xlat16_cspair.3 \
kiconv.3 kiconv_add_xlat16_cspairs.3 \
kiconv.3 kiconv_add_xlat16_table.3
-CFLAGS+= -I${.CURDIR}/../../sys
+CFLAGS+= -I${SRCTOP}/sys
WARNS?= 1
OpenPOWER on IntegriCloud