aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-13 23:36:18 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-13 23:36:18 +0000
commitd85f0af7c240050a3eea7f71c8163e10297182cd (patch)
tree57dfc0d2b9e90356993bfce3ea2ed54987d94138 /test/Makefile
parent4c989b6bd7f3ccaedd522a6a53a49ea7e170e75e (diff)
downloadexternal_llvm-d85f0af7c240050a3eea7f71c8163e10297182cd.zip
external_llvm-d85f0af7c240050a3eea7f71c8163e10297182cd.tar.gz
external_llvm-d85f0af7c240050a3eea7f71c8163e10297182cd.tar.bz2
setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 8a8f0fa..06001bf 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -137,7 +137,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 "$(PYTHON) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.py"' >> 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