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:
parent
dfd9880585
commit
94f59dcfc5
@ -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} > $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user