From 29740370599b4c7edba0c1442b3ca47533f09412 Mon Sep 17 00:00:00 2001 From: Marc Dionne Date: Sat, 28 Aug 2010 15:50:04 -0400 Subject: [PATCH] Make hcrypto depend on config hcrypto needs the top-level include structure to be present so it can install its header files. Add a dependency to "config" in the Makefile to make this explicit and prevent occasional failures with parallel builds. Change-Id: If588d6a15fa1fdf371ec2841cc3a6e75077cccb0 Reviewed-on: http://gerrit.openafs.org/2620 Tested-by: Marc Dionne Reviewed-by: Simon Wilkinson 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 80601ad..ae16118 100644 --- a/Makefile.in +++ b/Makefile.in @@ -165,7 +165,7 @@ cmd: comerr ${COMPILE_PART1} cmd ${COMPILE_PART2} ;; \ esac -hcrypto: +hcrypto: config +${COMPILE_PART1} crypto/hcrypto ${COMPILE_PART2} lwp: util lwp_depinstall -- 1.9.4