From 8f5c475895542ce119c346bd4a6926f8bf05ccf8 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Thu, 7 Mar 2013 13:52:25 -0600 Subject: [PATCH] tbudb depends on libafsauthent budb_server in src/tbudb requires libafsauthent to build. So, make tbudb depend on libafsauthent. This is a 1.6-only change. On master, tbudb no longer uses libafsauthent. Change-Id: I0737f455323589c28a78d680c6c09fcbcb99d302 Reviewed-on: http://gerrit.openafs.org/9456 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Benjamin Kaduk Tested-by: Stephan Wiesand Reviewed-by: Stephan Wiesand --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b677cf24be..742480a761 100644 --- a/Makefile.in +++ b/Makefile.in @@ -549,7 +549,7 @@ tbutc: cmd comerr bubasics butm budb bucoord cmd butc libadmin budb: cmd comerr bubasics uss +${COMPILE_PART1} budb ${COMPILE_PART2} -tbudb: budb tubik +tbudb: budb tubik libafsauthent +[ yes != "$(ENABLE_PTHREADED_UBIK)" ] || case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*) \ ${COMPILE_PART1} tbudb ${COMPILE_PART2} ;; \