summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/llvm-lit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/llvm-lit/Makefile b/utils/llvm-lit/Makefile
index 3b96809c5b..702591f495 100644
--- a/utils/llvm-lit/Makefile
+++ b/utils/llvm-lit/Makefile
@@ -13,7 +13,7 @@ include $(LEVEL)/Makefile.common
all:: $(ToolDir)/llvm-lit
-$(ToolDir)/llvm-lit: llvm-lit.in $(ObjDir)/.dir
+$(ToolDir)/llvm-lit: llvm-lit.in $(ToolDir)/.dir
$(Echo) "Creating 'llvm-lit' script..."
$(Verb)sed -e "s#@LLVM_SOURCE_DIR@#$(LLVM_SRC_ROOT)#g" \
-e "s#@LLVM_BINARY_DIR@#$(LLVM_OBJ_ROOT)#g" \