Fix util test dependencies
authorAndrew Deason <adeason@sinenomine.net>
Thu, 29 Jul 2010 22:02:38 +0000 (17:02 -0500)
committerDerrick Brashear <shadow@dementia.org>
Thu, 11 Nov 2010 20:42:17 +0000 (12:42 -0800)
commit6d5c1873b5d62539f355e361d8c0eb0377375b44
tree28eb2589d55935842c757b53ab35a916f1900086
parentc8dc68299d47ae4d7f0c9a1354de9ddd37ff86fc
Fix util test dependencies

The test programs in tests/util did not depend on libutil.a or
libtap.a. So, if libutil.a changed, they were not relinked. Add the
dependencies so correcting a part of libutil will cause the tests to
actually reflect the change.

Change-Id: Iad9d15ef6affd8178d7ef7cb919f66dcce8c61da
Reviewed-on: http://gerrit.openafs.org/2484
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
tests/util/Makefile.in