]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
libadmin: add missing bubasics dependency
authorMichael Meffie <mmeffie@sinenomine.net>
Sun, 19 Jan 2014 04:03:44 +0000 (23:03 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 7 Aug 2014 11:09:52 +0000 (07:09 -0400)
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 <shadow@your-file-system.com>
Tested-by: D Brashear <shadow@your-file-system.com>
(cherry picked from commit b8589f1b59e520aae8d412170b663ff3bc214667)

Change-Id: Ie879c29a72bbf194bf48dea73380521dc89c4c38
Reviewed-on: http://gerrit.openafs.org/11236
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Makefile.in

index d830dd2e42f6caeabf146ec2c0f349cda02851aa..3bd0345f0b2aed85d2b26e630ae89c80bbdc1b71 100644 (file)
@@ -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 ;; \