mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 09:21:35 -04:00
[BUILD] Changed 'install' target to install the binaries first
This commit is contained in:
parent
514b3f8af1
commit
d143bb3ae0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -465,7 +465,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