From 5bd8521f17cacd2b36a8960967f7cd969cd7cd98 Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 11 Feb 2017 07:03:54 +0000 Subject: MFC r312508: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output --- 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 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 -- cgit v1.1