Jonathan Nieder [off-list ref] writes:
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 <redacted>
---
Jeff King wrote:
quoted
On Wed, Jun 20, 2012 at 04:07:30PM -0500, Jonathan Nieder wrote:
quoted
quoted
Should XDIFF_H and VCSSVN_H be folded into STATIC_HEADERS, too?
I stopped short of that, but I'd be tempted to do so.
Here goes.
Very tempting. Will try squeezing this in between 2/11 and 3/11 and
see how the result looks.