[llvm-commits] CVS: llvm/test/Makefile
Tanya Brethour
tbrethou at cs.uiuc.edu
Sun Nov 7 19:27:10 PST 2004
Changes in directory llvm/test:
Makefile updated: 1.63 -> 1.64
---
Log message:
Now using path to python found by configure.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.63 llvm/test/Makefile:1.64
--- llvm/test/Makefile:1.63 Sun Nov 7 17:29:39 2004
+++ llvm/test/Makefile Sun Nov 7 21:26:59 2004
@@ -136,7 +136,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 $(LLVM_SRC_ROOT)/test/Scripts/prcontext.py' >> site.tmp
+ @echo 'set prcontext "$(PYTHON) $(LLVM_SRC_ROOT)/test/Scripts/prcontext.py"' >> 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