Stephen Boyd [off-list ref] writes:
After the builtin/ move 'make check' doesn't cover the builtin/
directory. We could just add builtin/*.c but lets just use GIT_OBJS
instead so we cover future movement of the source files.
Thanks for being considerate and not use $(OBJECTS) that would feed sparse
a lot more crap ;-) GIT_OBJS is sensible (and when vcs-svn graduates from
contrib/ status, hopefully it would be included in GIT_OBJS).