From 4fa401d67baf160642c445a0bb17ce8575f415a4 Mon Sep 17 00:00:00 2001 From: Andrew Stryker Date: Thu, 14 Sep 2023 14:07:58 -0700 Subject: [PATCH] Grab the value, not the name, of self --- environment.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.mk b/environment.mk index 0af083c..412dd46 100644 --- a/environment.mk +++ b/environment.mk @@ -15,7 +15,7 @@ # Track file name of caller ifdef self - caller ::= self + caller ::= ${self} endif self ::= $(notdir $(lastword ${MAKEFILE_LIST}))