mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-08 19:25:47 +00:00
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
This commit is contained in:
@@ -196,7 +196,7 @@ lit.site.cfg: site.exp
|
|||||||
-e "s#@LLVMGCCDIR@#$(LLVMGCCDIR)#g" \
|
-e "s#@LLVMGCCDIR@#$(LLVMGCCDIR)#g" \
|
||||||
$(PROJ_SRC_DIR)/lit.site.cfg.in > $@
|
$(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 "Making LLVM unittest 'lit.site.cfg' file..."
|
||||||
@echo "## Autogenerated by Makefile ##" > $@
|
@echo "## Autogenerated by Makefile ##" > $@
|
||||||
@echo "# Do not edit!" >> $@
|
@echo "# Do not edit!" >> $@
|
||||||
|
Reference in New Issue
Block a user