diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-30 19:13:06 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-30 19:13:06 +0000 |
commit | 78887f46ac5cd5b841c7352fd046a8b8b243e00a (patch) | |
tree | 75251c644124e73329a20f886128305a3f39e7fd | |
parent | d616597b85fe4e2c5daa5750ab7847e1ee4cb911 (diff) |
Added TCLSH var to site.exp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18396 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 832646ae2b..ae7fea1950 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 |