diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-08 03:54:30 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-08 03:54:30 +0000 |
commit | 989788a7e837f484c6160c6bdd93b04640d62ac1 (patch) | |
tree | 06ab38e22296b1bc9bfccd41778ca0531ccbb752 /source4/Makefile.in | |
parent | 2773e54c9872ce5b98dd808a0ae07034103420e2 (diff) | |
download | samba-989788a7e837f484c6160c6bdd93b04640d62ac1.tar.gz samba-989788a7e837f484c6160c6bdd93b04640d62ac1.tar.bz2 samba-989788a7e837f484c6160c6bdd93b04640d62ac1.zip |
"make proto" now depends on "make idl_test"
this should give the build farm a fighting chance
(This used to be commit 9246b4a331d7399e201bdf81e73ab7072ea862e7)
Diffstat (limited to 'source4/Makefile.in')
-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 |