From ef95df4089f0dba640671ca6acfb876a78794b83 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 1 Mar 2025 10:28:59 +1100 Subject: [PATCH] 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 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} > $@ -- 2.47.3