]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: DIFF_OBJS is not special at all these days
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Mar 2008 08:31:01 +0000 (01:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Mar 2008 08:55:46 +0000 (01:55 -0700)
commitbd92cd0f74562886e101318eaa4c7a01de1faee5
tree66f09223803979ff995586b4ded422093feb7d35
parenta6828f536119c3288b0be772e3870f1a464d017d
Makefile: DIFF_OBJS is not special at all these days

It used to make sense back when nothing but diff-files, diff-index and
friends depended on diffcore infrastructure, but pretty much everything
depends on revision infrastructure which in turn depends on DIFF_OBJS.

There is no reason to treat them any differently in the Makefile.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile