[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)
commite9bc01e39b97b3cf9e0b413bc5045e24c778b8f1
tree77834e5d0178e9ec92d05d693a7c86e335fad352
parentb463dfb2de3d80f366d46fc3b4a8e58cbc890d0e
[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