From 989788a7e837f484c6160c6bdd93b04640d62ac1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 8 Dec 2003 03:54:30 +0000 Subject: "make proto" now depends on "make idl_test" this should give the build farm a fighting chance (This used to be commit 9246b4a331d7399e201bdf81e73ab7072ea862e7) --- source4/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/Makefile.in') diff --git a/source4/Makefile.in b/source4/Makefile.in index 9e43bca695..ed3d90f46b 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -1113,7 +1113,7 @@ include/tdbsam2_parse_info.h: # parallel make. headers: delheaders include/proto.h include/build_env.h include/tdbsam2_parse_info.h -proto: headers +proto: idl_test headers proto_test: @[ -f include/proto.h ] || $(MAKE) proto -- cgit