From e1b691f208ca502b55e2142d9b5a2c074b36fee7 Mon Sep 17 00:00:00 2001 From: Torok Edwin Date: Fri, 2 Oct 2009 09:30:03 +0000 Subject: [PATCH] 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 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 6c931e3cefc..4955c2eb895 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!" >> $@ -- 2.34.1