]> git.kaiwu.me - haproxy.git/commit
[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:30:27 +0000 (00:30 +0200)
commit7e2108a97374d3021f05c5eadaaf008608f976b2
treefbc1fd0bb72e3958d728da55a693847c70221449
parent58135eac2a657333397280563ad228eb5bf83b87
[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