Support bindir in Makefile
fixes: gitlab#213467 (closed)
based on https://www.gnu.org/software/make/manual/html_node/Directory-Variables.html, there are some standard makefile variables we are not supporting. bindir
being one of them.
This MR:
- ads support for
prefix
in accordance with makefile conventions - adds
exec_prefix
in accordance with makefile conventions - adds
bindir
in accordance with makefile conventions
Edited by GitLab Release Tools Bot