Skip to content

Commit 494affb

Browse files
committed
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.
1 parent 27a23f9 commit 494affb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ PROVE_FLAGS = --verbose
302302

303303
# prepend to path if already set, else just set it
304304
define add_to_path
305-
$(1)='$(if $($(1)),$(2):$$$(1),$(2))'
305+
$(1)="$(if $($(1)),$(2):$$$(1),$(2))"
306306
endef
307307

308308
# platform-specific environment variable to set shared library path

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy