Skip to content

Commit 488311c

Browse files
committed
---
yaml --- r: 1755 b: refs/heads/master c: a5caa31 h: refs/heads/master i: 1753: d74be29 1751: 0097887 v: v3
1 parent f518274 commit 488311c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e961f5303d2bd299c27cec1db8befddfc08fc6a6
2+
refs/heads/master: a5caa310e4ab803d9f467d1541b7f6eeb7361f54

trunk/Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ ifdef CFG_WINDOWSY
7070
CFG_LIB_NAME=$(1).dll
7171
CFG_LDPATH :=$(CFG_LDPATH):$(CFG_LLVM_BINDIR)
7272
CFG_LDPATH :=$(CFG_LDPATH):$$PATH
73-
CFG_RUN_TEST=PATH=$(CFG_LDPATH) $(1)
74-
CFG_RUN_TARG=PATH=$(CFG_LDPATH) $(1)
73+
CFG_RUN_TEST=PATH="$(CFG_LDPATH)" $(1)
74+
CFG_RUN_TARG=PATH="$(CFG_LDPATH)" $(1)
7575

7676
CFG_PATH_MUNGE := $(strip | perl -p \
7777
-e 's@\\(.)@/\1@go;' \

0 commit comments

Comments
 (0)