[llvm-commits] CVS: llvm/test/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Aug 2 15:29:48 PDT 2004
Changes in directory llvm/test:
Makefile updated: 1.53 -> 1.54
---
Log message:
Add support for using the prcontext python script instead of grep -C.
---
Diffs of the changes: (+2 -1)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.53 llvm/test/Makefile:1.54
--- llvm/test/Makefile:1.53 Mon Mar 29 14:23:11 2004
+++ llvm/test/Makefile Mon Aug 2 17:29:38 2004
@@ -51,7 +51,8 @@
-c "cxx=$(CXX)" \
-c "llvmgcc=$(LLVMGCC)" \
-c "llvmgxx=$(LLVMGXX)" \
- -c "make=$(MAKE)"
+ -c "make=$(MAKE)" \
+ -c "python=$(PYTHON)"
#
# Location of the QMTest program.
More information about the llvm-commits
mailing list