From 2623a5ac00b58fc7ada2eff9602edbd30f908b38 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 20 Jan 2017 04:53:45 +0000 Subject: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon --- lib/libexpat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libexpat/Makefile') diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile index d0de3e0089c4..20665c67fe9c 100644 --- a/lib/libexpat/Makefile +++ b/lib/libexpat/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PACKAGE=lib${LIB} -EXPAT= ${.CURDIR}/../../contrib/expat +EXPAT= ${SRCTOP}/contrib/expat LIB= bsdxml SHLIBDIR?= /lib -- cgit v1.3