Add explicit libafsauthent dependency for aklog
authorChaz Chandler <clc31@inbox.com>
Thu, 25 Nov 2010 05:43:28 +0000 (00:43 -0500)
committerDerrick Brashear <shadow@dementia.org>
Thu, 25 Nov 2010 13:37:26 +0000 (05:37 -0800)
Prevents occasional failures with parallel builds by ensuring
libafsauthent is built before aklog, which needs it.

Change-Id: Ibb0bdda3ce1fa306dfee1343e0b8b97486ee5efb
Reviewed-on: http://gerrit.openafs.org/3386
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chaz Chandler <clc31@inbox.com>
Tested-by: Chaz Chandler <clc31@inbox.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>

Makefile.in

index 071501c..764a6bd 100644 (file)
@@ -395,7 +395,7 @@ sgistuff: cmd comerr kauth rxkad
                echo Skipping sgistuff for ${SYS_NAME} ;; \
        esac
 
-aklog: auth comerr ptserver
+aklog: auth comerr ptserver libafsauthent
        +set -x; \
        if test "@BUILD_KRB5@" = "yes"; then \
                ${COMPILE_PART1} aklog ${COMPILE_PART2} ; \