From 3edf42f92161be5a412edd93b59919a210107402 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Wed, 10 Mar 2004 00:53:36 +0000 Subject: fix typo for tag in proto file (This used to be commit 2367d988ae8d33397cd255d39100ae5791401558) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 -- cgit