]> granicus.if.org Git - postgresql/commit
Don't overwrite EXTRA_INSTALL
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 26 Apr 2015 00:57:58 +0000 (20:57 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 26 Apr 2015 01:00:39 +0000 (21:00 -0400)
commitee8d392765f29b1b8adb52f75008e301823f094b
treefe9d63813b9c9c7d731e0cfd934c83f41dfe0142
parent3cf8686014f91174018f20e01dbb0dafdcad0473
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.
src/makefiles/pgxs.mk