From 92d317a9b5f19df9632343c4c113ff00efe76bd1 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 20 Sep 2016 16:24:22 +0000 Subject: [PATCH] Use SRCTOP instead of the longhand version for defining the path to contrib/atf MFC after: 3 days Sponsored by: Dell EMC Isilon --- libexec/atf/atf-check/Makefile | 2 +- libexec/atf/atf-sh/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile index 5bef488fc1b..ca3c2efb6bf 100644 --- a/libexec/atf/atf-check/Makefile +++ b/libexec/atf/atf-check/Makefile @@ -28,7 +28,7 @@ .include .include -ATF= ${.CURDIR:H:H:H}/contrib/atf +ATF= ${SRCTOP}/contrib/atf .PATH: ${ATF}/atf-sh PROG_CXX= atf-check diff --git a/libexec/atf/atf-sh/Makefile b/libexec/atf/atf-sh/Makefile index f00683fa1e5..42cf5a5ed04 100644 --- a/libexec/atf/atf-sh/Makefile +++ b/libexec/atf/atf-sh/Makefile @@ -28,7 +28,7 @@ .include .include -ATF= ${.CURDIR:H:H:H}/contrib/atf +ATF= ${SRCTOP}/contrib/atf .PATH: ${ATF}/atf-sh PROG_CXX= atf-sh