Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index 7740a4025d22210080fe1dd1b55fd74b570204e4..bac279aaa491de712edfb9e5ebc4bae958573660 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -90,7 +90,7 @@ check-lit: llvm2ice |
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv tests_lit |
check: check-lit |
- (cd crosstest; LLVM_BIN_PATH=$(LLVM_BIN_PATH) ./runtests.sh) |
+ (cd crosstest; ./runtests.sh) |
# TODO: Fix the use of wildcards. |
# Assumes clang-format is within $PATH. |