Correct self definition
This commit is contained in:
parent
693c51bbe1
commit
f7e94e6a0f
@ -18,7 +18,7 @@ ifdef self
|
||||
caller ::= ${self}
|
||||
endif
|
||||
|
||||
self ::= $(notdir $(lastword ${MAKEFILE_LIST}))
|
||||
self ::= $(lastword ${MAKEFILE_LIST})
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user