summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-05-18 23:16:38 +0200
committerMichael Adam <obnox@samba.org>2008-05-18 23:16:38 +0200
commit611c96d078dc533690a8a1ebafa89a1b76296cc0 (patch)
treede87400f30b23b6e355bff4f6a0250e21c539270 /source3/Makefile.in
parent03dcad0b271ab348149431340317d053308614bd (diff)
downloadsamba-611c96d078dc533690a8a1ebafa89a1b76296cc0.tar.gz
samba-611c96d078dc533690a8a1ebafa89a1b76296cc0.tar.bz2
samba-611c96d078dc533690a8a1ebafa89a1b76296cc0.zip
swat: freeze swat_proto.h from "make proto"
Michael (This used to be commit 372c58cc220efc01af4b90b82b75191296a62e81)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 3f59491806..3eaba942d2 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2300,7 +2300,6 @@ clean: delheaders
# removed by "make clean" this will always be run when you do anything
# afterwards.
proto_exists: include/build_env.h \
- web/swat_proto.h \
libnet/libnet_proto.h \
client/client_proto.h utils/net_proto.h utils/ntlm_auth_proto.h smbd/build_options.c
@touch proto_exists
@@ -2308,7 +2307,6 @@ proto_exists: include/build_env.h \
delheaders:
@echo Removing prototype headers
@rm -f include/build_env.h \
- web/swat_proto.h \
client/client_proto.h utils/net_proto.h \
smbd/build_options.c utils/ntlm_auth_proto.h \
utils/passwd_proto.h libnet/libnet_proto.h
@@ -2320,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
-web/swat_proto.h:
- @cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
- -h _SWAT_PROTO_H_ $(builddir)/web/swat_proto.h \
- $(SWAT_OBJ1)
-
client/client_proto.h:
@cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \
-h _CLIENT_PROTO_H_ $(builddir)/client/client_proto.h \
@@ -2357,7 +2350,6 @@ headers:
$(MAKE) delheaders; \
$(MAKE) smbd/build_options.c; \
$(MAKE) include/build_env.h; \
- $(MAKE) web/swat_proto.h; \
$(MAKE) client/client_proto.h; \
$(MAKE) utils/ntlm_auth_proto.h; \
$(MAKE) utils/net_proto.h; \