Fix quoting in the add_to_path Makefile macro.

Noah Misch <noah@leadboat.com>

Commit: 494affbd900d1c90de17414a575af1a085c3e37a
Author: Noah Misch <noah@leadboat.com>
Date: 2014-10-13T03:33:37Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/Makefile.global.in modified +1 −1