Use += not = to set makefile variables after including base makefiles.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 May 2015 00:04:42 +0000 (20:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 May 2015 00:04:42 +0000 (20:04 -0400)
commitb14cf229f4bd7238be2e31d873dc5dd241d3871e
tree57b1b8e35a0e2483312ac2424dcca23c40c99f1c
parenta0891d2d0136ea06cde957635338c0c238df87de
Use += not = to set makefile variables after including base makefiles.

The previous coding in hstore_plpython and ltree_plpython wiped out any
values set by the base makefiles.  This at least had the effect of running
the tests in "regression" not "contrib_regression" as expected.  These
being pretty new modules, there might be other bad effects we'd not
noticed yet.
contrib/hstore_plpython/Makefile
contrib/ltree_plpython/Makefile