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)
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>
No differences found