From 5eb51663f55e50382fd7dcd3ec27e7de85fa1d27 Mon Sep 17 00:00:00 2001 From: ngie Date: Sat, 11 Feb 2017 06:47:56 +0000 Subject: MFC r312491: Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This implifies pathing in make/displayed output --- lib/libopie/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libopie/Makefile') diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 647bfee..dd21192 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -2,7 +2,7 @@ # # $FreeBSD$ # -OPIE_DIST?= ${.CURDIR}/../../contrib/opie +OPIE_DIST?= ${SRCTOP}/contrib/opie DIST_DIR= ${OPIE_DIST}/${.CURDIR:T} SHLIB_MAJOR= 7 -- cgit v1.1