diff options
author | Herb Lewis <herb@samba.org> | 2004-03-10 00:52:59 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2004-03-10 00:52:59 +0000 |
commit | 0b85e6e157ca31b2932a48cc265d58cffa2c9177 (patch) | |
tree | 3d43a25308b836b59335a29742d2d16a4a0f9499 /source3 | |
parent | 0060085a837cbeb049d51a254fbe83b8eea685bb (diff) | |
download | samba-0b85e6e157ca31b2932a48cc265d58cffa2c9177.tar.gz samba-0b85e6e157ca31b2932a48cc265d58cffa2c9177.tar.bz2 samba-0b85e6e157ca31b2932a48cc265d58cffa2c9177.zip |
fix type for tag in proto file
(This used to be commit cd1ed1a23b15002aab3387c6f6316f85574c11e8)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 0008a85f75..b012c6c185 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1422,7 +1422,7 @@ client/client_proto.h: utils/net_proto.h: @cd $(srcdir) && $(SHELL) $(MKPROTO_SH) $(AWK) \ - -h _CLIENT_PROTO_H_ $(builddir)/utils/net_proto.h \ + -h _NET_PROTO_H_ $(builddir)/utils/net_proto.h \ $(NET_OBJ1) include/tdbsam2_parse_info.h: |