X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4d30f17671bdcc0f17facb133ea283eea6f0dc12..6283e9ef43dcea5843a12604e27f6b26ef93682d:/Makefile.in diff --git a/Makefile.in b/Makefile.in index b91b3e97..8a021d1d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -146,7 +146,7 @@ Makefile: Makefile.in config.status proto: proto.h-tstamp proto.h: proto.h-tstamp - @echo ' ' >/dev/null + @if test -f proto.h; then :; else cp -p $(srcdir)/proto.h .; fi proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c perl $(srcdir)/mkproto.pl $(srcdir)/*.c $(srcdir)/lib/compat.c