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 | 04da4453ab1340c0b5bcad98c1f3710a291e9c90 (patch) | |
tree | 44308001d8cfffb0160b32f6e2e46b9f8ec67fe7 /source3/Makefile.in | |
parent | 20e9c5bea1b86cdb05dd1a0b2702d4ef7f154623 (diff) | |
download | samba-04da4453ab1340c0b5bcad98c1f3710a291e9c90.tar.gz samba-04da4453ab1340c0b5bcad98c1f3710a291e9c90.tar.xz samba-04da4453ab1340c0b5bcad98c1f3710a291e9c90.zip |
libnet: freeze libnet_proto.h from "make proto"
Michael
(This used to be commit b455cd1a619a1f1922e2e7bc07f1af246e3201e6)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index dbefd4add0f..f6709e07d0f 100644 --- a/source3/Makefile.in +++ b/source3/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 |