From 78887f46ac5cd5b841c7352fd046a8b8b243e00a Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Tue, 30 Nov 2004 19:13:06 +0000 Subject: [PATCH] Added TCLSH var to site.exp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18396 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 832646ae2b2..ae7fea19507 100644 --- a/test/Makefile +++ b/test/Makefile @@ -141,7 +141,7 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config @echo '# Do not edit here. If you wish to override these values' >>site.tmp @echo '# edit the last section' >>site.tmp @echo "set target_triplet $(TARGET_TRIPLE)" >> site.tmp - @echo 'set prcontext "tclsh $(LLVM_SRC_ROOT)/test/Scripts/prcontext.tcl"' >> site.tmp + @echo 'set prcontext "$(TCLSH) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.tcl"' >> site.tmp @echo 'set srcdir $(LLVM_SRC_ROOT)/test' >>site.tmp @echo "set objdir $(LLVM_OBJ_ROOT)/test" >>site.tmp @echo 'set llvmgcc $(LLVMGCCDIR)/bin/gcc' >> site.tmp