]> git.lizzy.rs Git - rust.git/commitdiff
mk/tests.mk: Fix a typo causing make to give compiletest the wrong rt build dir ...
authorRichard Diamond <wichard@hahbee.co>
Thu, 17 Apr 2014 17:32:44 +0000 (12:32 -0500)
committerRichard Diamond <wichard@hahbee.co>
Thu, 17 Apr 2014 18:04:41 +0000 (13:04 -0500)
mk/tests.mk

index c134e71986f40412a003667f016eca9302fdcfa4..b14b5a5152776e838622f31048c4e412a6bbb414 100644 (file)
@@ -568,7 +568,7 @@ CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3) :=                                              \
         --host $(3)                                       \
         --adb-path=$(CFG_ADB)                          \
         --adb-test-dir=$(CFG_ADB_TEST_DIR)                  \
-        --host-rustcflags "$(RUSTC_FLAGS_$(3)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(2))" \
+        --host-rustcflags "$(RUSTC_FLAGS_$(3)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(3))" \
         --target-rustcflags "$(RUSTC_FLAGS_$(2)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(2))" \
         $$(CTEST_TESTARGS)