]> granicus.if.org Git - postgresql/commit
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:57 +0000 (23:33 -0400)
commit4b9d7ccab3fc180ca9830a92688c1b560a01b720
tree46afd3abcac51206f0a18700d087593cacae0d72
parent62698dae6b4fd066f8d4e4a4f0a41c3155769d3d
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