Skip to content

Commit 3905d22

Browse files
committed
---
yaml --- r: 1769 b: refs/heads/master c: e80c0d5 h: refs/heads/master i: 1767: 91a5aec v: v3
1 parent f047b45 commit 3905d22

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 933c01bd15a801d69570f6ea1421c362c568f46e
2+
refs/heads/master: e80c0d50278884196a6c43be608346f03a4766ba

trunk/Makefile.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@ ifdef CFG_UNIXY
8989
CFG_EXE_SUFFIX :=
9090
CFG_LDPATH :=$(CFG_LDPATH):$(CFG_LLVM_LIBDIR)
9191
CFG_RUN_TARG=\
92-
LD_LIBRARY_PATH=$(dir $(1)):$(CFG_LDPATH) $(1)
92+
LD_LIBRARY_PATH=$(dir $(firstword $(1))):$(CFG_LDPATH) $(1)
9393
CFG_RUN_TEST=\
94-
LD_LIBRARY_PATH=$(dir $(1)):$(CFG_LDPATH) $(CFG_VALGRIND) $(1)
94+
LD_LIBRARY_PATH=$(dir $(firstword $(1))):$(CFG_LDPATH) \
95+
$(CFG_VALGRIND) $(1)
9596

9697
CFG_BOOT_NATIVE := 1
9798

0 commit comments

Comments
 (0)