Fix a number of places where reconfiguring with a different installation
Tom Lane <tgl@sss.pgh.pa.us>
Fix a number of places where reconfiguring with a different installation prefix would fail, because the new path did not get propagated to where it needed to be. Note this would fail even with --enable-depend.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/fmgr/Makefile | modified | +5 −1 |
| src/bin/initdb/Makefile | modified | +5 −1 |
| src/bin/pg_ctl/Makefile | modified | +2 −2 |
| src/bin/pg_dump/Makefile | modified | +5 −1 |
| src/test/regress/GNUmakefile | modified | +2 −2 |