From 55af68293e3d49be631723460539c4a5447e6477 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 3 Aug 2011 18:45:01 +0100 Subject: [PATCH] volser doesn't depend on tviced, but on vlserver Nothing within the volser/ directory depends on tviced, so remove the unecessary dependency. Add an explicit dependency on vlserver, so that libvldb is available to us. This is required to get rid of some potential circular loops when we start including volser objects in libafsauthent Reviewed-on: http://gerrit.openafs.org/5156 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit 400c72561e7622716a46a38affd2f5a7842519eb) Change-Id: I0ff6463cc63093f1c82ed74523256cbdb7fc75c8 Reviewed-on: http://gerrit.openafs.org/5228 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 730487b86..84d8d4630 100644 --- a/Makefile.in +++ b/Makefile.in @@ -311,7 +311,7 @@ dviced: cmd comerr viced vlserver tvlserver libafsrpc libafsauthent echo Not building DAFS viced for ${SYS_NAME} ;; \ esac -volser: cmd comerr tviced usd kauth audit +volser: cmd comerr usd kauth vlserver audit +${COMPILE_PART1} volser ${COMPILE_PART2} tvolser: project tviced usd libafsrpc libafsauthent volser -- 2.39.5