[llvm-commits] CVS: llvm/test/Makefile
Tanya Brethour
tbrethou at cs.uiuc.edu
Tue Nov 30 11:13:23 PST 2004
Changes in directory llvm/test:
Makefile updated: 1.70 -> 1.71
---
Log message:
Added TCLSH var to site.exp.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.70 llvm/test/Makefile:1.71
--- llvm/test/Makefile:1.70 Tue Nov 30 11:45:08 2004
+++ llvm/test/Makefile Tue Nov 30 13:13:06 2004
@@ -141,7 +141,7 @@
@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
More information about the llvm-commits
mailing list