Correct self definition

This commit is contained in:
Andrew Stryker 2023-09-20 08:45:58 -07:00
parent 693c51bbe1
commit f7e94e6a0f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ifdef self
caller ::= ${self}
endif
self ::= $(notdir $(lastword ${MAKEFILE_LIST}))
self ::= $(lastword ${MAKEFILE_LIST})
#-----------------------------------------------------------------------------#
#