X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7fc2ca2551088823f4600264a3ce7fa7360d737e..7e6c8ad6534075c93b0b43360a93d4728e52b67f:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 9c9a58e5..01769548 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