From 93263d375b135bc6c15fc3bcf00e8ca11c7a8e21 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 May 2004 10:45:55 +0000 Subject: r671: fix make ./include/proto.h metze (This used to be commit 9312b9cd611373468d5b89c9480646170a49db5b) --- source4/build/smb_build/makefile.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/build/smb_build/makefile.pl b/source4/build/smb_build/makefile.pl index 21331b5a68..4d1da0764e 100644 --- a/source4/build/smb_build/makefile.pl +++ b/source4/build/smb_build/makefile.pl @@ -554,7 +554,7 @@ sub _prepare_proto_rules() # exist, not necessarily that they are up to date. Since they're # removed by 'make clean' this will always be run when you do anything # afterwards. -proto_exists: \$(builddir)/include/proto.h \$(builddir)/include/build_env.h +proto_exists: include/proto.h include/build_env.h delheaders: pch_clean -rm -f \$(builddir)/include/proto.h \$(builddir)/include/build_env.h: @@ -571,7 +571,7 @@ include/build_env.h: # 'make headers' or 'make proto' calls a subshell because we need to # make sure these commands are executed in sequence even for a # parallel make. -headers: delheaders \$(builddir)/include/proto.h \$(builddir)/include/build_env.h +headers: delheaders proto_exists proto: idl headers -- cgit