diff options
-rw-r--r-- | source4/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |