From 9f2fc1c70727d673a50703c272b304a663d171b6 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sat, 16 Apr 2011 17:44:28 -0400 Subject: [PATCH] roken header dependencies mean we need roken and probably more than just these but let's start here. Change-Id: Id0f174a84ecb8ffd1fbdcade6f139fc78c4b99e2 Reviewed-on: http://gerrit.openafs.org/4492 Reviewed-by: Simon Wilkinson Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index ac262ecc2..f08fe312e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -146,7 +146,7 @@ tests: all config: prelude +${COMPILE_PART1} config ${COMPILE_PART2} -procmgmt: config +procmgmt: $(DIR_roken) config +${COMPILE_PART1} procmgmt ${COMPILE_PART2} util: $(DIR_roken) procmgmt hcrypto lwp_depinstall rx_depinstall @@ -185,7 +185,7 @@ lwp: util lwp_depinstall roken: config +${COMPILE_PART1} roken ${COMPILE_PART2} -rxgen: config +rxgen: $(DIR_roken) config +${COMPILE_PART1} rxgen ${COMPILE_PART2} rx: config lwp rxgen rx_depinstall -- 2.39.5