X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d4d56eed8a2dfdd2cd78a19f9c1bae02496427e3..b3ad9649bcee09230952730b0ed5578cdd6f01ac:/Makefile.in diff --git a/Makefile.in b/Makefile.in index be2235a0..48e159a6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -140,9 +140,13 @@ configure.sh config.h.in: configure.in aclocal.m4 rm config.h.in.old; \ fi @if test -f configure.sh.old -o -f config.h.in.old; then \ - echo 'Configure files changed -- perhaps run:'; \ - echo ' make reconfigure'; \ - exit 1; \ + if test "$(MAKECMDGOALS)" = reconfigure; then \ + echo 'Configure files changed -- continuing with "make reconfigure".'; \ + else \ + echo 'Configure files changed -- perhaps run:'; \ + echo ' make reconfigure'; \ + exit 1; \ + fi \ fi reconfigure: configure.sh