From 34c71e6b11e4e7fae40fa64a998a564feaa4a4b0 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Wed, 14 Oct 2009 22:27:34 +0100 Subject: [PATCH] Add fsint dependency to audit builds The 'audit' target requires that fsint is built first. Express this as a make dependency. Reviewed-on: http://gerrit.openafs.org/660 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 244b97b8d..aadb9799f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -126,7 +126,7 @@ procmgmt: config util: procmgmt des lwp_depinstall +${COMPILE_PART1} util ${COMPILE_PART2} -audit: util rx rxkad +audit: util rx rxkad fsint +${COMPILE_PART1} audit ${COMPILE_PART2} #TODO comerr: util -- 2.39.5