1
0
mirror of git://anongit.mindrot.org/openssh.git synced 2025-03-21 02:36:34 +00:00

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.
This commit is contained in:
Darren Tucker 2025-03-01 10:28:59 +11:00
parent dfd9880585
commit 94f59dcfc5
No known key found for this signature in database

View File

@ -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} > $@