From 2fb66e1565b7847f98b45a09c5cf6049c4d76f20 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Fri, 31 Oct 2014 16:25:37 +0100 Subject: [PATCH] build: generate proto.h before parallel building Bug: https://bugzilla.samba.org/show_bug.cgi?id=10910 Change-Id: I5ab621f3bad8fb320719f8bf3f60ada219454b6b Signed-off-by: Philippe Coval --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 2cb50bc..70bb46d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -208,6 +208,8 @@ proto.h: proto.h-tstamp proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c config.h perl $(srcdir)/mkproto.pl $(srcdir)/*.c $(srcdir)/lib/compat.c +rsync.h: proto.h + man: rsync.1 rsyncd.conf.5 man-copy man-copy: -- 1.9.1