mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-27 04:43:37 -04:00
[BUILD] make install should depend on haproxy not "all"
Reported by Cherife Li : just doing a "make install" fails because it depends on "all" which is equivalent to "help" if no TARGET was specified. Make it depend on "haproxy" instead.
This commit is contained in:
parent
b463dfb2de
commit
e9bc01e39b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -488,7 +488,7 @@ install-doc:
|
|||
install -m 644 doc/$$x.txt $(DESTDIR)$(DOCDIR) ; \
|
||||
done
|
||||
|
||||
install-bin: all
|
||||
install-bin: haproxy
|
||||
install -d $(DESTDIR)$(SBINDIR)
|
||||
install haproxy $(DESTDIR)$(SBINDIR)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue