Grab the value, not the name, of self

This commit is contained in:
Andrew Stryker 2023-09-14 14:07:58 -07:00
parent a05c7ad652
commit 4fa401d67b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# Track file name of caller
ifdef self
caller ::= self
caller ::= ${self}
endif
self ::= $(notdir $(lastword ${MAKEFILE_LIST}))