diff options
author | Michael Adam <obnox@samba.org> | 2008-05-18 23:35:42 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-18 23:35:42 +0200 |
commit | b455cd1a619a1f1922e2e7bc07f1af246e3201e6 (patch) | |
tree | ae84f8bd58a2e9293ef391766149cff49de98d67 /source/Makefile.in | |
parent | 00cff301071fe2670e8358195b937de49aa2aa14 (diff) | |
download | samba-b455cd1a619a1f1922e2e7bc07f1af246e3201e6.tar.gz samba-b455cd1a619a1f1922e2e7bc07f1af246e3201e6.tar.xz samba-b455cd1a619a1f1922e2e7bc07f1af246e3201e6.zip |
libnet: freeze libnet_proto.h from "make proto"
Michael
Diffstat (limited to 'source/Makefile.in')
-rw-r--r-- | source/Makefile.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index dbefd4add0f..f6709e07d0f 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -2300,15 +2300,13 @@ clean: delheaders # removed by "make clean" this will always be run when you do anything # afterwards. proto_exists: include/build_env.h \ - libnet/libnet_proto.h \ smbd/build_options.c @touch proto_exists delheaders: @echo Removing prototype headers @rm -f include/build_env.h \ - smbd/build_options.c \ - libnet/libnet_proto.h + smbd/build_options.c MKPROTO_SH = $(srcdir)/script/mkproto.sh @@ -2317,11 +2315,6 @@ include/build_env.h: script/build_env.sh @$(SHELL) $(srcdir)/script/build_env.sh $(srcdir) $(builddir) $(CC) \ > $(builddir)/include/build_env.h -libnet/libnet_proto.h: - @cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \ - -h _LIBNET_PROTO_H_ $(builddir)/libnet/libnet_proto.h \ - $(LIBNET_OBJ) - # "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. @@ -2329,7 +2322,6 @@ headers: $(MAKE) delheaders; \ $(MAKE) smbd/build_options.c; \ $(MAKE) include/build_env.h; \ - $(MAKE) libnet/libnet_proto.h; proto: headers |