From: Michael Meffie Date: Sun, 19 Jan 2014 04:03:44 +0000 (-0500) Subject: libadmin: add missing bubasics dependency X-Git-Tag: openafs-stable-1_8_0pre1~761 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=b8589f1b59e520aae8d412170b663ff3bc214667 libadmin: add missing bubasics dependency bubasics is a dependency of libadmin. Add it to the top level makefile. This missing dependency was found by analyzing the libadmin header file includes. Change-Id: I300669387cea95a0fe800cffb4024356641591e6 Reviewed-on: http://gerrit.openafs.org/10727 Reviewed-by: D Brashear Tested-by: D Brashear --- diff --git a/Makefile.in b/Makefile.in index b001336..2cf36b4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -608,7 +608,7 @@ libadmin_real: +${COMPILE_PART1} libadmin/test ${COMPILE_PART2} +${COMPILE_PART1} libadmin/samples ${COMPILE_PART2} -libadmin: libafsauthent bozo +libadmin: libafsauthent bozo bubasics +case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \ $(MAKE) libadmin_real ;; \