Added TCLSH var to site.exp.
authorTanya Lattner <tonic@nondot.org>
Tue, 30 Nov 2004 19:13:06 +0000 (19:13 +0000)
committerTanya Lattner <tonic@nondot.org>
Tue, 30 Nov 2004 19:13:06 +0000 (19:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18396 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 832646ae2b233ec01ce764c034d0cb16027d2620..ae7fea19507779261d0583d95e71d48e456c43a2 100644 (file)
@@ -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