From 955a74256981f80daf8c03381aa5ca9232789f45 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 2 Aug 2004 22:29:38 +0000 Subject: [PATCH] Add support for using the prcontext python script instead of grep -C. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15426 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index f52f5437958..173553a4b31 100644 --- a/test/Makefile +++ b/test/Makefile @@ -51,7 +51,8 @@ CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \ -c "cxx=$(CXX)" \ -c "llvmgcc=$(LLVMGCC)" \ -c "llvmgxx=$(LLVMGXX)" \ - -c "make=$(MAKE)" + -c "make=$(MAKE)" \ + -c "python=$(PYTHON)" # # Location of the QMTest program.