diff options
author | Herb Lewis <herb@samba.org> | 2004-03-10 00:53:36 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2004-03-10 00:53:36 +0000 |
commit | 3edf42f92161be5a412edd93b59919a210107402 (patch) | |
tree | 5e29d974c1dc6fee2124e08450cacb083a25f8fd /source3 | |
parent | 46a718189c261b1c4969faf1feae79b9feb6f1f0 (diff) | |
download | samba-3edf42f92161be5a412edd93b59919a210107402.tar.gz samba-3edf42f92161be5a412edd93b59919a210107402.tar.bz2 samba-3edf42f92161be5a412edd93b59919a210107402.zip |
fix typo for tag in proto file
(This used to be commit 2367d988ae8d33397cd255d39100ae5791401558)
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 5cb2f92628..bfe6fa20e6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1401,7 +1401,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) # "make headers" or "make proto" calls a subshell because we need to |