From: Willy Tarreau Date: Wed, 11 Jun 2008 22:25:46 +0000 (+0200) Subject: [BUILD] make install should depend on haproxy not "all" X-Git-Tag: v1.3.15.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97da34a8b4d9948fef4d16373ba91ed5af5dc1d4;p=thirdparty%2Fhaproxy.git [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. --- 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)