[llvm-commits] CVS: llvm/test/Makefile

Tanya Brethour tbrethou at cs.uiuc.edu
Sat Nov 13 15:36:29 PST 2004



Changes in directory llvm/test:

Makefile updated: 1.67 -> 1.68
---
Log message:

setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure.


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.67 llvm/test/Makefile:1.68
--- llvm/test/Makefile:1.67	Tue Nov  9 00:32:58 2004
+++ llvm/test/Makefile	Sat Nov 13 17:36:18 2004
@@ -137,7 +137,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 "$(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






More information about the llvm-commits mailing list