author | Jonathan Nieder <jrnieder@gmail.com> | |
Tue, 26 Jan 2010 15:49:33 +0000 (09:49 -0600) | ||
committer | Jonathan Nieder <jrnieder@gmail.com> | |
Tue, 26 Jan 2010 16:08:55 +0000 (10:08 -0600) | ||
commit | beeb4564bb7133fd12e6811a701686982b10cc2f | |
tree | 67cf3f246be60c6637e91966721ca0a17e2f7668 | tree | snapshot |
parent | 75df714487fd5d40b370f2d0f993f347d0170599 | commit | diff |
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>
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 | diff | blob | history |