remove install dependencies so they don't build
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
parent
c2e9f31491
commit
7d3cf31c51
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -82,7 +82,7 @@ docs/%.8: docs/%.8.md
|
|||
|
||||
docs: $(MANPAGES_MD:%.md=%)
|
||||
|
||||
install: binaries docs
|
||||
install:
|
||||
install -D -m 755 ocid ${INSTALLDIR}/ocid
|
||||
install -D -m 755 ocic ${INSTALLDIR}/ocic
|
||||
install -D -m 755 conmon/conmon $(PREFIX)/libexec/ocid/conmon
|
||||
|
|
Loading…
Reference in a new issue