You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use firstword instead of lastword to locate current Makefile path (#29)
When `include` lines are used in Makefile, the newly included Makefile
path will be appended to MAKEFILE_LIST. And using `lastword` to fetch
current Makefile path would fail. This change alter the code to use
firstword so as to fetch the top level Makefile path.
0 commit comments