Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index e906d56fd88d3a42a32492d45edd9be5a024f83f..e246a608b9857b86a87a6b34a81674c36ebdcee2 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -182,7 +182,7 @@ $(OBJDIR): |
$(OBJDIR)/unittest: $(OBJDIR) |
@mkdir -p $@ |
-check-lit: llvm2ice make_symlink |
+check-lit: $(OBJDIR)/llvm2ice make_symlink |
LLVM_BIN_PATH=$(LLVM_BIN_PATH) \ |
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv tests_lit |