X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ea53d161be54a474088df51063df128ff5da5af4..ff908116efefc0c8926e2ce419e5de566201646a:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 9562a006..25548854 100644 --- a/Makefile.in +++ b/Makefile.in @@ -161,8 +161,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