Skip to content

Commit 787a63f

Browse files
committed
---
yaml --- r: 1735 b: refs/heads/master c: 24e0fc0 h: refs/heads/master i: 1733: 3a3024e 1731: 1dd3b17 1727: c39da61 v: v3
1 parent 38c5330 commit 787a63f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: ff22bdfb6e0f4d8f20dbb643c2503080b368681f
2+
refs/heads/master: 24e0fc071f80f5305ebc5679c8f032be88cef93a

trunk/Makefile.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ ifdef CFG_WINDOWSY
6767
CFG_LIB_NAME=$(1).dll
6868
CFG_RUN_PROGRAM=$(1)
6969

70-
CFG_PATH_MUNGE := | sed -e 's/\\\(.\)/\/\1/g'
70+
CFG_PATH_MUNGE := $(strip | perl -p \
71+
-e 's@\\(.)@/\1@go;' \
72+
-e 's@^/([a-zA-Z])/@\1:/@o;')
7173
ifdef CFG_FLEXLINK
7274
CFG_BOOT_NATIVE := 1
7375
endif

0 commit comments

Comments
 (0)