]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Don't include config.h in proto.h rule.
authorWayne Davison <wayne@opencoder.net>
Sun, 26 Jul 2020 08:40:55 +0000 (01:40 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 26 Jul 2020 08:40:55 +0000 (01:40 -0700)
Makefile.in

index a6ce036676c3e6cbfc6b86936f395da5bc3407cf..1c0401722d0d713ddd3d765c946310c8ed575ae7 100644 (file)
@@ -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