make install fails with this error
install -D /usr/local/bin
install: missing destination file operand after '/usr/local/bin'
Try 'install --help' for more information.
Makefile:23: recipe for target 'install' failed
make: *** [install] Error 1
This is on Debian Sid, gcc 7.2.0
make install fails with this error
install -D /usr/local/bin
install: missing destination file operand after '/usr/local/bin'
Try 'install --help' for more information.
Makefile:23: recipe for target 'install' failed
make: *** [install] Error 1
This is on Debian Sid, gcc 7.2.0