commit | 60d24dd2556f8b6020f9de37af3ec292c9f3769d | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrnieder@gmail.com> | Fri Jul 06 22:39:18 2012 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 09 07:56:28 2012 -0700 |
tree | 71f4fc4655f988cfdc4410ccc8faafacffc4a002 | |
parent | b8ba629264b85a2daf0df9c61d00873988d006b7 [diff] |
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>