aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 6c931e3cef..4955c2eb89 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -196,7 +196,7 @@ lit.site.cfg: site.exp
-e "s#@LLVMGCCDIR@#$(LLVMGCCDIR)#g" \
$(PROJ_SRC_DIR)/lit.site.cfg.in > $@
-Unit/lit.site.cfg: Unit/.dir FORCE
+Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
@echo "Making LLVM unittest 'lit.site.cfg' file..."
@echo "## Autogenerated by Makefile ##" > $@
@echo "# Do not edit!" >> $@