1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r671: fix make ./include/proto.h

metze
(This used to be commit 9312b9cd611373468d5b89c9480646170a49db5b)
This commit is contained in:
Stefan Metzmacher 2004-05-13 10:45:55 +00:00 committed by Gerald (Jerry) Carter
parent 4c83bc7499
commit 93263d375b

View File

@ -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