From: Wayne Davison Date: Sun, 26 Jul 2020 08:40:55 +0000 (-0700) Subject: Don't include config.h in proto.h rule. X-Git-Tag: v3.2.3pre1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8455bf66c28d8e180cab72f3c9fa99ee2397fb52;p=thirdparty%2Frsync.git Don't include config.h in proto.h rule. --- diff --git a/Makefile.in b/Makefile.in index a6ce0366..1c040172 100644 --- a/Makefile.in +++ b/Makefile.in @@ -231,7 +231,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 config.h daemon-parm.h +proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c daemon-parm.h $(AWK) -f $(srcdir)/mkproto.awk $(srcdir)/*.c $(srcdir)/lib/compat.c daemon-parm.h .PHONY: man