From: Darren Tucker Date: Fri, 28 Feb 2025 23:28:59 +0000 (+1100) Subject: Rebuild config files if Makefile changes. X-Git-Tag: V_10_0_P1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94f59dcfc57f95ae044f75c3ce544329c8956c35;p=thirdparty%2Fopenssh-portable.git Rebuild config files if Makefile changes. This ensures paths are updated if they are changed by re-running configure. Patch from rapier at psc.edu. --- diff --git a/Makefile.in b/Makefile.in index 01f3756a8..974be207a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -296,7 +296,7 @@ $(MANPAGES): $(MANPAGES_IN) $(FIXPATHSCMD) $${manpage} | $(FIXALGORITHMSCMD) > $@; \ fi -$(CONFIGFILES): $(CONFIGFILES_IN) +$(CONFIGFILES): $(CONFIGFILES_IN) Makefile conffile=`echo $@ | sed 's/.out$$//'`; \ $(FIXPATHSCMD) $(srcdir)/$${conffile} > $@