Skip to content
New issue

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

Makefile does not set $(INSTALL) var by default #9

Open
noloader opened this issue Feb 16, 2020 · 0 comments · May be fixed by #10
Open

Makefile does not set $(INSTALL) var by default #9

noloader opened this issue Feb 16, 2020 · 0 comments · May be fixed by #10

Comments

@noloader
Copy link

$ 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
ernstki added a commit to ernstki/symlinks that referenced this issue Sep 24, 2021
- fixes brandt#9

- partially address concerns about lack of a `./configure` script in
  brandt#4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant