Don't overwrite EXTRA_INSTALL

Peter Eisentraut <peter_e@gmx.net>

Commit: ee8d392765f29b1b8adb52f75008e301823f094b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2015-04-26T01:00:39Z
Releases: 9.5.0
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

PathChange+/−
src/makefiles/pgxs.mk modified +1 −1