From 04c750b2fe3879126054f92804b37ad3b1b6340c Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 24 May 2012 09:12:13 +0100 Subject: [PATCH] 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 --- Makefile.in | 4 ++-- src/lwp/fasttime.c | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 22e3ca05cd..f46d149905 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 02301848ca..0fced09b25 100644 --- a/src/lwp/fasttime.c +++ b/src/lwp/fasttime.c @@ -28,8 +28,6 @@ #include -#include - int ft_debug; #define TRUE 1