diff options
author | Michael Adam <obnox@samba.org> | 2008-05-18 23:26:51 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-18 23:26:51 +0200 |
commit | 7a1b7a14e42ae186a22321c611cba8cf4c7ccc49 (patch) | |
tree | 72795d7cf138206ffb5af7a2639e3bd64650c292 /source3/Makefile.in | |
parent | 611c96d078dc533690a8a1ebafa89a1b76296cc0 (diff) | |
download | samba-7a1b7a14e42ae186a22321c611cba8cf4c7ccc49.tar.gz samba-7a1b7a14e42ae186a22321c611cba8cf4c7ccc49.tar.xz samba-7a1b7a14e42ae186a22321c611cba8cf4c7ccc49.zip |
smbclient: freeze client_proto.h from "make proto"
Michael
(This used to be commit f8c0710165ee1ede46d7ed34daa5564d20d3f069)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 3eaba942d24..8777919f69e 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2301,13 +2301,13 @@ clean: delheaders # afterwards. proto_exists: include/build_env.h \ libnet/libnet_proto.h \ - client/client_proto.h utils/net_proto.h utils/ntlm_auth_proto.h smbd/build_options.c + utils/net_proto.h utils/ntlm_auth_proto.h smbd/build_options.c @touch proto_exists delheaders: @echo Removing prototype headers @rm -f include/build_env.h \ - client/client_proto.h utils/net_proto.h \ + utils/net_proto.h \ smbd/build_options.c utils/ntlm_auth_proto.h \ utils/passwd_proto.h libnet/libnet_proto.h @@ -2318,11 +2318,6 @@ include/build_env.h: script/build_env.sh @$(SHELL) $(srcdir)/script/build_env.sh $(srcdir) $(builddir) $(CC) \ > $(builddir)/include/build_env.h -client/client_proto.h: - @cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \ - -h _CLIENT_PROTO_H_ $(builddir)/client/client_proto.h \ - $(CLIENT_OBJ1) - utils/net_proto.h: @cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \ -h _NET_PROTO_H_ $(builddir)/utils/net_proto.h \ @@ -2350,7 +2345,6 @@ headers: $(MAKE) delheaders; \ $(MAKE) smbd/build_options.c; \ $(MAKE) include/build_env.h; \ - $(MAKE) client/client_proto.h; \ $(MAKE) utils/ntlm_auth_proto.h; \ $(MAKE) utils/net_proto.h; \ $(MAKE) utils/passwd_proto.h; \ |