X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7fc2ca2551088823f4600264a3ce7fa7360d737e..6e310d38fcdeacb8055bb7e83d4e64c37fd54a38:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 9c9a58e5..8dd7c983 100644 --- a/Makefile.in +++ b/Makefile.in @@ -162,8 +162,12 @@ Makefile: Makefile.in config.status configure.sh config.h.in echo "Makefile is unchanged."; \ rm Makefile.old; \ else \ - echo "Makefile updated -- rerun your make command."; \ - exit 1; \ + if test "$(MAKECMDGOALS)" = reconfigure; then \ + echo 'Continuing with "make reconfigure".'; \ + else \ + echo "Makefile updated -- rerun your make command."; \ + exit 1; \ + fi \ fi proto: proto.h-tstamp @@ -171,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