Closed meeuw closed 1 year ago
I'm not sure what the idea was behind $0 but GNU Make 4.4 uses an empty string for this. I guess $@ should be used instead.
$0
$@
I also added a symlink to this soname to make sure the linker can find it.
Looks solid, thanks!
I'm not sure what the idea was behind
$0
but GNU Make 4.4 uses an empty string for this. I guess$@
should be used instead.I also added a symlink to this soname to make sure the linker can find it.