From: Wayne Davison Date: Wed, 2 Sep 2009 15:52:41 +0000 (-0700) Subject: Rebuild proto.h if config.h changes. X-Git-Tag: v3.0.7pre1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2b1af40c2cb1fa4e136d9b52431e040af38d585;p=thirdparty%2Frsync.git Rebuild proto.h if config.h changes. --- diff --git a/Makefile.in b/Makefile.in index 25548854..7d18a4ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,7 +174,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