We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ sudo make install c -o root -g root -m 755 symlinks /usr/local/bin make: c: Command not found Makefile:16: recipe for target 'install' failed make: [install] Error 127 (ignored) c -o root -g root -m 644 symlinks.8 /usr/man/man8/symlinks.8 make: c: Command not found Makefile:16: recipe for target 'install' failed make: [install] Error 127 (ignored)
It may be a good idea to set it in the Makefile if it is not already set. Something like:
INSTALL ?= install
The text was updated successfully, but these errors were encountered:
Makefile: allow PREFIX, MANDIR, BINDIR override
b929650
- fixes brandt#9 - partially address concerns about lack of a `./configure` script in brandt#4
make install
Successfully merging a pull request may close this issue.
It may be a good idea to set it in the Makefile if it is not already set. Something like:
The text was updated successfully, but these errors were encountered: