From: Simon Wilkinson Date: Thu, 24 May 2012 08:12:13 +0000 (+0100) Subject: lwp: Fast time doesn't need util X-Git-Tag: upstream/1.8.0_pre1^2~2058 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=04c750b2fe3879126054f92804b37ad3b1b6340c;p=packages%2Fo%2Fopenafs.git lwp: Fast time doesn't need util With the rise of roken, the fasttime file no longer depends on util Change-Id: I2a1391d13bb39321666889dcfc2fbf43b181c749 Reviewed-on: http://gerrit.openafs.org/8030 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index 22e3ca05c..f46d14990 100644 --- a/Makefile.in +++ b/Makefile.in @@ -178,7 +178,7 @@ hcrypto: config $(DIR_roken) rfc3961: config hcrypto +${COMPILE_PART1} crypto/rfc3961 ${COMPILE_PART2} -lwp: util lwp_depinstall +lwp: opr $(DIR_roken) lwp_depinstall +${COMPILE_PART1} lwp ${COMPILE_PART2} roken: config @@ -187,7 +187,7 @@ roken: config rxgen: $(DIR_roken) config +${COMPILE_PART1} rxgen ${COMPILE_PART2} -rx: config lwp rxgen rx_depinstall +rx: config lwp rxgen rx_depinstall util +${COMPILE_PART1} rx ${COMPILE_PART2} rxstat: rx rxstat_depinstall diff --git a/src/lwp/fasttime.c b/src/lwp/fasttime.c index 02301848c..0fced09b2 100644 --- a/src/lwp/fasttime.c +++ b/src/lwp/fasttime.c @@ -28,8 +28,6 @@ #include -#include - int ft_debug; #define TRUE 1