From d143bb3ae000b2db5884f258546a6d520db5c710 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 bd176b884..a80ade84c 100644 --- a/Makefile +++ b/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