From e9bc01e39b97b3cf9e0b413bc5045e24c778b8f1 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 12 Jun 2008 00:25:46 +0200 Subject: [PATCH] [BUILD] make install should depend on haproxy not "all" Reported by Cherife Li : just doing a "make install" fails because it depends on "all" which is equivalent to "help" if no TARGET was specified. Make it depend on "haproxy" instead. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9696df660..bf172f673f 100644 --- a/Makefile +++ b/Makefile @@ -488,7 +488,7 @@ install-doc: install -m 644 doc/$$x.txt $(DESTDIR)$(DOCDIR) ; \ done -install-bin: all +install-bin: haproxy install -d $(DESTDIR)$(SBINDIR) install haproxy $(DESTDIR)$(SBINDIR)