Don't overwrite EXTRA_INSTALL
Peter Eisentraut <peter_e@gmx.net>
Don't overwrite EXTRA_INSTALL The temp-install target sets EXTRA_INSTALL to install the current directory. But when doing so, it should append instead of overwrite, otherwise settings of EXTRA_INSTALL from a makefile won't take effect. This would cause the earthdistance test to fail when called directly, because it would miss installing the cube module.
Files
| Path | Change | +/− |
|---|---|---|
| src/makefiles/pgxs.mk | modified | +1 −1 |