Makefile: fold XDIFF_H and VCSSVN_H into LIB_H
commit60d24dd2556f8b6020f9de37af3ec292c9f3769d
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 7 Jul 2012 03:39:18 +0000 (6 22:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 14:56:28 +0000 (9 07:56 -0700)
tree71f4fc4655f988cfdc4410ccc8faafacffc4a002
parentb8ba629264b85a2daf0df9c61d00873988d006b7
Makefile: fold XDIFF_H and VCSSVN_H into LIB_H

Just like MISC_H (see previous commit), there is no reason to track
xdiff and vcs-svn headers separately from the rest of the headers.
The only purpose of these variables is to keep track of recompilation
dependencies.

As a pleasant side effect, folding these into LIB_H lets us stop
tracking GIT_OBJS and VCSSVN_TEST_OBJS separately from the list of all
OBJECTS.

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