From: Simon Wilkinson Date: Wed, 3 Aug 2011 18:07:14 +0000 (+0100) Subject: tbudb depends on tubik ... X-Git-Tag: upstream/1.8.0_pre1^2~3450 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=88725587e97d717086801b2522e4625e5fdeb3a8;p=packages%2Fo%2Fopenafs.git tbudb depends on tubik ... ... so say so in the Makefile Change-Id: I84f0ac3c06953eff98e0194ad375c32b3656af58 Reviewed-on: http://gerrit.openafs.org/5155 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index 557b2fba2..4d438c7b8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -539,7 +539,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 +case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[nof]bsd*|*_darwin_*) \ ${COMPILE_PART1} tbudb ${COMPILE_PART2} ;; \