]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUILD] make install should depend on haproxy not "all"
authorWilly Tarreau <w@1wt.eu>
Wed, 11 Jun 2008 22:25:46 +0000 (00:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Jun 2008 22:25:46 +0000 (00:25 +0200)
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

index f9696df660d95b26c5d6d56f551cb13c91a67edf..bf172f673f9e730851f3eeb8e0ba601027a56f7d 100644 (file)
--- 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)