summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-10-02 09:30:03 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-10-02 09:30:03 +0000
commite1b691f208ca502b55e2142d9b5a2c074b36fee7 (patch)
treebf8be572f70cd749848a7f6ffe752187e31c22a4 /test/Makefile
parent048e36f5369b500c15c7e74933904983724981bc (diff)
downloadllvm-e1b691f208ca502b55e2142d9b5a2c074b36fee7.tar.gz
llvm-e1b691f208ca502b55e2142d9b5a2c074b36fee7.tar.bz2
llvm-e1b691f208ca502b55e2142d9b5a2c074b36fee7.tar.xz
Fix make rule when objdir is inside srcdir.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-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!" >> $@