]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: rearrange dependency rules
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 26 Jan 2010 15:49:33 +0000 (09:49 -0600)
committerJonathan Nieder <jrnieder@gmail.com>
Tue, 26 Jan 2010 16:08:55 +0000 (10:08 -0600)
commitbeeb4564bb7133fd12e6811a701686982b10cc2f
tree67cf3f246be60c6637e91966721ca0a17e2f7668
parent75df714487fd5d40b370f2d0f993f347d0170599
Makefile: rearrange dependency rules

Put rules listing dependencies of compiled objects (.o files) on
header files (.h files) in one place, to make them easier to
compare and modify all at once.

Add a GIT_OBJS variable listing objects that depend on LIB_H,
for similar reasons.

No change in build-time behavior intended.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Makefile