From: Chaz Chandler Date: Thu, 25 Nov 2010 05:43:28 +0000 (-0500) Subject: Add explicit libafsauthent dependency for aklog X-Git-Tag: openafs-devel-1_7_1~1197 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=1e03a0fa74cef95a557dc03da20413ee7236d34a Add explicit libafsauthent dependency for aklog 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 Reviewed-by: Chaz Chandler Tested-by: Chaz Chandler Reviewed-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index 071501c..764a6bd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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} ; \