From 30ed969917a034f5ada832ad72deb812f3228ac5 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 3 Aug 2011 19:07:14 +0100 Subject: [PATCH] tbudb depends on tubik ... ... so say so in the Makefile (cherry picked from commit 88725587e97d717086801b2522e4625e5fdeb3a8) Reviewed-on: http://gerrit.openafs.org/5155 Tested-by: BuildBot Reviewed-by: Derrick Brashear Change-Id: Ibe759403533cd4b2d538cf1cd905c6268a341f0f Reviewed-on: http://gerrit.openafs.org/5235 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 867a3af32..730487b86 100644 --- a/Makefile.in +++ b/Makefile.in @@ -546,7 +546,7 @@ tbutc: cmd comerr bubasics butm budb bucoord cmd butc libadmin budb: cmd comerr bubasics uss +${COMPILE_PART1} budb ${COMPILE_PART2} -tbudb: budb +tbudb: budb tubik +[ yes != "$(ENABLE_PTHREADED_UBIK)" ] || case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[of]bsd*|*nbsd[234]*) \ ${COMPILE_PART1} tbudb ${COMPILE_PART2} ;; \ -- 2.39.5