[openssh-commits] [openssh] branch V_9_9 updated: Rebuild config files if Makefile changes.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Mar 1 10:31:05 AEDT 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch V_9_9
in repository openssh.

The following commit(s) were added to refs/heads/V_9_9 by this push:
     new ef95df40 Rebuild config files if Makefile changes.
ef95df40 is described below

commit ef95df4089f0dba640671ca6acfb876a78794b83
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat Mar 1 10:28:59 2025 +1100

    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.
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 4243006b..fc7a1a35 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} > $@
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list