]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: do not link rev-list any specially.
authorJunio C Hamano <junkio@cox.net>
Fri, 5 May 2006 00:38:41 +0000 (17:38 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 5 May 2006 00:38:41 +0000 (17:38 -0700)
commitfb335158d5a93349e16bc0985e75e93bb9fcd5eb
tree0707260f4a4320880a62ddd80aee66c8d0850484
parent5edbcd8d778d81254d2c8a4229c76c6fa7880407
Makefile: do not link rev-list any specially.

We used to depend on bignum from openssl for rev-list to compute
merge-order, but there is no reason to use different build
recipe from other programs anymore.  Just build it with git-%$X
rule like everybody else.

Noticed by Alexey Dobriyan.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile