From: Darren Tucker Date: Fri, 28 Feb 2025 23:28:59 +0000 (+1100) Subject: Rebuild config files if Makefile changes. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef95df4089f0dba640671ca6acfb876a78794b83;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 4243006b0..fc7a1a354 100644 --- a/Makefile.in +++ b/Makefile.in @@ -267,7 +267,7 @@ $(MANPAGES): $(MANPAGES_IN) $(FIXPATHSCMD) $${manpage} | $(FIXALGORITHMSCMD) > $@; \ fi -$(CONFIGFILES): $(CONFIGFILES_IN) +$(CONFIGFILES): $(CONFIGFILES_IN) Makefile conffile=`echo $@ | sed 's/.out$$//'`; \ $(FIXPATHSCMD) $(srcdir)/$${conffile} > $@