From 4a440e4be84ea63535bd918a4b103467118d1965 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 2 Sep 2009 08:52:41 -0700 Subject: [PATCH] Rebuild proto.h if config.h changes. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 01769548..8dd7c983 100644 --- a/Makefile.in +++ b/Makefile.in @@ -175,7 +175,7 @@ proto: proto.h-tstamp proto.h: proto.h-tstamp @if test -f proto.h; then :; else cp -p $(srcdir)/proto.h .; fi -proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c +proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c config.h perl $(srcdir)/mkproto.pl $(srcdir)/*.c $(srcdir)/lib/compat.c man: rsync.1 rsyncd.conf.5 -- 2.34.1