Skip to content

Commit

Permalink
Rebuild config files if Makefile changes.
Browse files Browse the repository at this point in the history
This ensures paths are updated if they are changed by re-running configure.
Patch from rapier at psc.edu.
  • Loading branch information
daztucker committed Feb 28, 2025
1 parent dfd9880 commit 94f59dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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} > $@

Expand Down

0 comments on commit 94f59dc

Please sign in to comment.