diff options
| author | Graydon Hoare <[email protected]> | 2011-03-29 15:21:39 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-29 15:21:39 -0700 |
| commit | d7a6c83c8c952e1f22e9b62f1b25705167ac0bb9 (patch) | |
| tree | 3deeec66d54710cbb2267108f3129c9616b36ad7 | |
| parent | Add -lstd to the stage0, 1, 2 test executable link commands. (diff) | |
| download | rust-d7a6c83c8c952e1f22e9b62f1b25705167ac0bb9.tar.xz rust-d7a6c83c8c952e1f22e9b62f1b25705167ac0bb9.zip | |
Apparently I learned to type yesterday.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c7148938..1ac4c251 100644 --- a/Makefile.in +++ b/Makefile.in @@ -72,7 +72,7 @@ endif CFG_LDPATH :=$(CFG_BUILD_DIR)/rt CFG_LDPATH :=$(CFG_LDPATH):$(CFG_BUILD_DIR)/rustllvm CFG_TESTLIB=$(dir $(firstword $(1))):$(patsubst .%,%,$(suffix $(1))) -CFG_EXE_TESTLIB=$(call CFG_TESTLIB,$(patsubst %.exe,%)) +CFG_EXE_TESTLIB=$(call CFG_TESTLIB,$(patsubst %.exe,%,$(1))) ifdef CFG_WINDOWSY CFG_INFO := $(info cfg: windows-y environment) |