mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
[BUILD] Changed 'install' target to install the binaries first
This commit is contained in:
parent
ce8f3428a2
commit
db5238d3a4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -492,7 +492,7 @@ install-bin: all
|
|||
install -d $(DESTDIR)$(SBINDIR)
|
||||
install haproxy $(DESTDIR)$(SBINDIR)
|
||||
|
||||
install: install-doc install-man install-bin
|
||||
install: install-bin install-man install-doc
|
||||
|
||||
clean:
|
||||
rm -f *.[oas] src/*.[oas] core haproxy test
|
||||
|
|
|
|||
Loading…
Reference in a new issue