From: Marc Dionne Date: Mon, 8 Aug 2011 20:08:25 +0000 (-0400) Subject: venus depends on libafsauthent X-Git-Tag: upstream/1.6.2_pre2^2~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c4dbf26d03defa781f54c59b2a8bf1acf98dca26;p=packages%2Fo%2Fopenafs.git venus depends on libafsauthent Add an explicit dependency on libafsauthent for src/venus, since it is needed to build afsio. This can cause parallel builds to fail. Reviewed-on: http://gerrit.openafs.org/5171 Reviewed-by: Derrick Brashear Tested-by: BuildBot (cherry picked from commit 784a410d0f1d6b5649c5b4943eb1b945ef7d70e8) Change-Id: I8baf9008e4f59d916242e0a8ac9bda19522f0b0d Reviewed-on: http://gerrit.openafs.org/8800 Tested-by: BuildBot Reviewed-by: Stephan Wiesand Reviewed-by: Paul Smeddle --- diff --git a/Makefile.in b/Makefile.in index 3a901b8de..e3450a3ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -336,7 +336,7 @@ dvolser: project tviced usd libafsrpc libafsauthent volser echo Not building DAFS volser for ${SYS_NAME} ;; \ esac -venus: cmd comerr volser ptserver libafscp +venus: cmd comerr volser ptserver libafscp libafsauthent +${COMPILE_PART1} venus ${COMPILE_PART2} +${COMPILE_PART1} venus/test ${COMPILE_PART2}