From: Samuel Henrique Date: Fri, 12 Apr 2024 00:11:07 +0100 Subject: Remove need to run reconfigure target Forwarded: not-needed =================================================================== --- Makefile.in | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Makefile.in b/Makefile.in index a1253e5..4ec1bbe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -212,15 +212,6 @@ configure.sh config.h.in: configure.ac aclocal.m4 else \ echo "config.h.in has CHANGED."; \ fi - @if test -f configure.sh.old || test -f config.h.in.old; then \ - if test "$(MAKECMDGOALS)" = reconfigure; then \ - echo 'Continuing with "make reconfigure".'; \ - else \ - echo 'You may need to run:'; \ - echo ' make reconfigure'; \ - exit 1; \ - fi \ - fi .PHONY: reconfigure reconfigure: configure.sh @@ -234,17 +225,6 @@ restatus: Makefile: Makefile.in config.status configure.sh config.h.in @if test -f Makefile; then cp -p Makefile Makefile.old; else touch Makefile.old; fi @./config.status - @if diff Makefile Makefile.old >/dev/null 2>&1; then \ - echo "Makefile is unchanged."; \ - rm Makefile.old; \ - else \ - if test "$(MAKECMDGOALS)" = reconfigure; then \ - echo 'Continuing with "make reconfigure".'; \ - else \ - echo "Makefile updated -- rerun your make command."; \ - exit 1; \ - fi \ - fi stunnel-rsyncd.conf: $(srcdir)/stunnel-rsyncd.conf.in Makefile sed 's;\@bindir\@;$(bindir);g' <$(srcdir)/stunnel-rsyncd.conf.in >stunnel-rsyncd.conf