From: Marc Dionne Date: Mon, 8 Aug 2011 20:08:25 +0000 (-0400) Subject: venus depends on libafsauthent X-Git-Tag: upstream/1.8.0_pre1^2~3425 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=784a410d0f1d6b5649c5b4943eb1b945ef7d70e8;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. Change-Id: Ifda59983cda0711e9e1568d5a6be25e6ea934eee Reviewed-on: http://gerrit.openafs.org/5171 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- diff --git a/Makefile.in b/Makefile.in index 1fed1f514..a51ad4f72 100644 --- a/Makefile.in +++ b/Makefile.in @@ -326,7 +326,7 @@ dvolser: project tviced usd libafsrpc libafsauthent volser rxosdsrc: rxgen +${COMPILE_PART1} rxosd ${COMPILE_PART2A} source -venus: cmd comerr volser ptserver libafscp +venus: cmd comerr volser ptserver libafscp libafsauthent +${COMPILE_PART1} venus ${COMPILE_PART2} +${COMPILE_PART1} venus/test ${COMPILE_PART2}