summaryrefslogtreecommitdiffstats
path: root/lib/libexpat/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-11 07:03:54 +0000
committerngie <ngie@FreeBSD.org>2017-02-11 07:03:54 +0000
commit5bd8521f17cacd2b36a8960967f7cd969cd7cd98 (patch)
tree70c61ce094dc65318bc493f09e5fa523cff165da /lib/libexpat/Makefile
parentcb0278a0b26f43bad19b0c8b0a42e0055ae2ec9e (diff)
downloadFreeBSD-src-5bd8521f17cacd2b36a8960967f7cd969cd7cd98.zip
FreeBSD-src-5bd8521f17cacd2b36a8960967f7cd969cd7cd98.tar.gz
MFC r312508:
Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output
Diffstat (limited to 'lib/libexpat/Makefile')
-rw-r--r--lib/libexpat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile
index 9b641c1..389453d 100644
--- a/lib/libexpat/Makefile
+++ b/lib/libexpat/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-EXPAT= ${.CURDIR}/../../contrib/expat
+EXPAT= ${SRCTOP}/contrib/expat
LIB= bsdxml
SHLIBDIR?= /lib
OpenPOWER on IntegriCloud