[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.
This commit is contained in:
Willy Tarreau 2008-06-12 00:25:46 +02:00
parent 58135eac2a
commit 7e2108a973

View File

@ -461,7 +461,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)