From b8589f1b59e520aae8d412170b663ff3bc214667 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Sat, 18 Jan 2014 23:03:44 -0500 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; \ -- 1.9.4