Fix quoting in the add_to_path Makefile macro.

Noah Misch <noah@leadboat.com>

Commit: 4b9d7ccab3fc180ca9830a92688c1b560a01b720
Author: Noah Misch <noah@leadboat.com>
Date: 2014-10-13T03:33:57Z
Releases: 9.4.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