Fix quoting in the add_to_path Makefile macro.
authorNoah Misch <noah@leadboat.com>
Mon, 13 Oct 2014 03:33:37 +0000 (23:33 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 13 Oct 2014 03:33:37 +0000 (23:33 -0400)
commit494affbd900d1c90de17414a575af1a085c3e37a
tree7e6d213e6326e3824d6b6a5f7883dcf7d887dabf
parent27a23f9dfe81e324e5e51e04aad364bcaaff1096
Fix quoting in the add_to_path Makefile macro.

The previous quoting caused "make -C src/bin check" to ignore, rather
than add to, any LD_LIBRARY_PATH content from the environment.
Back-patch to 9.4, where the macro was introduced.
src/Makefile.global.in