summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-30 19:13:06 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-30 19:13:06 +0000
commit33f621acf8303009ea0efd53e6234c8ff346be26 (patch)
tree346754d32a09e103f026edb2d03cf89a717a3d2a
parenta6992ae74f213ad9231292401635a48f8249871e (diff)
downloadbcm5719-llvm-33f621acf8303009ea0efd53e6234c8ff346be26.tar.gz
bcm5719-llvm-33f621acf8303009ea0efd53e6234c8ff346be26.zip
Added TCLSH var to site.exp.
llvm-svn: 18396
-rw-r--r--llvm/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 832646ae2b2..ae7fea19507 100644
--- a/llvm/test/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud