diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-05-13 10:45:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:41 -0500 |
commit | 93263d375b135bc6c15fc3bcf00e8ca11c7a8e21 (patch) | |
tree | 7e9730afc4df920c479558cb12a02dc0613d508e /source4/build | |
parent | 4c83bc74994f032258a0bdb5612fae753c1a499f (diff) | |
download | samba-93263d375b135bc6c15fc3bcf00e8ca11c7a8e21.tar.gz samba-93263d375b135bc6c15fc3bcf00e8ca11c7a8e21.tar.bz2 samba-93263d375b135bc6c15fc3bcf00e8ca11c7a8e21.zip |
r671: fix make ./include/proto.h
metze
(This used to be commit 9312b9cd611373468d5b89c9480646170a49db5b)
Diffstat (limited to 'source4/build')
-rw-r--r-- | source4/build/smb_build/makefile.pl | 4 |
1 files 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 |