From 1128ae004fdd8c24199c3f2c426d4b02f2b58c88 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 31 Oct 2017 00:03:22 +0000 Subject: [PATCH] Use more clear SRCTOP here. Sponsored by: Dell EMC Isilon --- targets/pseudo/bootstrap-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile index 9b0f524f0c63..95f16f0530a8 100644 --- a/targets/pseudo/bootstrap-tools/Makefile +++ b/targets/pseudo/bootstrap-tools/Makefile @@ -86,7 +86,7 @@ BSTCARGS= \ # finally we build toolchain leveraging the above. bootstrap-toolchain: .MAKE cross-tools - ${BSTCENV} ${MAKE} -C ${.CURDIR:H:H} ${BSTCARGS} toolchain + ${BSTCENV} ${MAKE} -C ${SRCTOP} ${BSTCARGS} toolchain # Ensure CCACHE_DIR is ignored since we are processing .meta files here. .include