]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: make sure test helpers are rebuilt when headers change
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 26 Jan 2010 15:45:54 +0000 (09:45 -0600)
committerJonathan Nieder <jrnieder@gmail.com>
Tue, 26 Jan 2010 16:07:34 +0000 (10:07 -0600)
commitdaa99a917293d962ce565a04a09b0de08e32b8ba
tree69f2996e83dd8ff7e93f20f207bb269679289eed
parent21528abc3612e3dae0c195b81848dd9aa18d2a02
Makefile: make sure test helpers are rebuilt when headers change

It is not worth the bother to maintain an up-to-date list of
which headers each test helper uses, so depend on $(LIB_H) to
catch them all.

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