mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 13:51:26 +02:00
[BUILD] Changed 'install' target to install the binaries first
This commit is contained in:
parent
ce8f3428a2
commit
db5238d3a4
2
Makefile
2
Makefile
@ -492,7 +492,7 @@ install-bin: all
|
|||||||
install -d $(DESTDIR)$(SBINDIR)
|
install -d $(DESTDIR)$(SBINDIR)
|
||||||
install haproxy $(DESTDIR)$(SBINDIR)
|
install haproxy $(DESTDIR)$(SBINDIR)
|
||||||
|
|
||||||
install: install-doc install-man install-bin
|
install: install-bin install-man install-doc
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.[oas] src/*.[oas] core haproxy test
|
rm -f *.[oas] src/*.[oas] core haproxy test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user