From: Michael Meffie Date: Sun, 19 Jan 2014 04:03:44 +0000 (-0500) Subject: libadmin: add missing bubasics dependency X-Git-Tag: upstream/1.6.10_pre1^2~54 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1dd845f669402ec1661b1f9f4cbd27f3a33b699b;p=packages%2Fo%2Fopenafs.git 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. Reviewed-on: http://gerrit.openafs.org/10727 Reviewed-by: D Brashear Tested-by: D Brashear (cherry picked from commit b8589f1b59e520aae8d412170b663ff3bc214667) Change-Id: Ie879c29a72bbf194bf48dea73380521dc89c4c38 Reviewed-on: http://gerrit.openafs.org/11236 Reviewed-by: Chas Williams - CONTRACTOR Tested-by: BuildBot Reviewed-by: Benjamin Kaduk Reviewed-by: Stephan Wiesand --- diff --git a/Makefile.in b/Makefile.in index d830dd2e4..3bd0345f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -635,7 +635,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 ;; \