From: Andrew Deason Date: Mon, 10 Aug 2009 17:06:26 +0000 (-0500) Subject: Restore util des dependency X-Git-Tag: openafs-devel-1_5_62~60 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b4975a6a7c4fc3ffa025d2faee148449f26a21f1;p=packages%2Fo%2Fopenafs.git Restore util des dependency Commit c3c8a3e2f912855addc2c430f909bdce912e3670 removed 'des' as a dependency of the 'util' target, but util still depends on des since rxkstats.c includes des.h. So, put the des dep back in. Reviewed-on: http://gerrit.openafs.org/278 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index c811ce242..6f3da121f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -122,7 +122,7 @@ config: prelude procmgmt: config +${COMPILE_PART1} procmgmt ${COMPILE_PART2} -util: procmgmt lwp_depinstall +util: procmgmt des lwp_depinstall +${COMPILE_PART1} util ${COMPILE_PART2} audit: util rx rxkad