diff options
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 |