From 1ef69fcf21400a72ad34198aaa9cf8a1afbbb9ec Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 18 May 2008 22:58:07 +0200 Subject: build: freeze proto.h Michael (This used to be commit ff7f0cad2eb108daa61a910cd9171ab0811a5f60) --- source3/Makefile.in | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 7e316ee886..85dde39de4 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2299,7 +2299,7 @@ clean: delheaders # 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: include/proto.h include/build_env.h \ +proto_exists: include/build_env.h \ winbindd/winbindd_proto.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 @@ -2307,7 +2307,7 @@ proto_exists: include/proto.h include/build_env.h \ delheaders: @echo Removing prototype headers - @rm -f include/proto.h include/build_env.h \ + @rm -f include/build_env.h \ winbindd/winbindd_proto.h web/swat_proto.h \ client/client_proto.h utils/net_proto.h \ smbd/build_options.c utils/ntlm_auth_proto.h \ @@ -2315,12 +2315,6 @@ delheaders: MKPROTO_SH = $(srcdir)/script/mkproto.sh -include/proto.h: smbd/build_options.c - @echo Building include/proto.h - @cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \ - -h _PROTO_H_ $(builddir)/include/proto.h \ - $(PROTO_OBJ) - include/build_env.h: script/build_env.sh @echo Building include/build_env.h @$(SHELL) $(srcdir)/script/build_env.sh $(srcdir) $(builddir) $(CC) \ @@ -2367,7 +2361,6 @@ libnet/libnet_proto.h: headers: $(MAKE) delheaders; \ $(MAKE) smbd/build_options.c; \ - $(MAKE) include/proto.h; \ $(MAKE) include/build_env.h; \ $(MAKE) winbindd/winbindd_proto.h; \ $(MAKE) web/swat_proto.h; \ -- cgit