Skip to content

Commit d7a6c83

Browse files
committed
Apparently I learned to type yesterday.
1 parent 973fd3c commit d7a6c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ endif
7272
CFG_LDPATH :=$(CFG_BUILD_DIR)/rt
7373
CFG_LDPATH :=$(CFG_LDPATH):$(CFG_BUILD_DIR)/rustllvm
7474
CFG_TESTLIB=$(dir $(firstword $(1))):$(patsubst .%,%,$(suffix $(1)))
75-
CFG_EXE_TESTLIB=$(call CFG_TESTLIB,$(patsubst %.exe,%))
75+
CFG_EXE_TESTLIB=$(call CFG_TESTLIB,$(patsubst %.exe,%,$(1)))
7676

7777
ifdef CFG_WINDOWSY
7878
CFG_INFO := $(info cfg: windows-y environment)

0 commit comments

Comments
 (0)