From db5238d3a4698aad7f25dcc1cea381a8ee822cfd Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 12 Mar 2008 18:28:13 +0200 Subject: [PATCH] [BUILD] Changed 'install' target to install the binaries first --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6beee0baf..29006691c 100644 --- a/Makefile +++ b/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