diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-08 03:26:59 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-08 03:26:59 +0000 |
commit | 00a7469e69fdd278a0b43cf9a56a1b33551ff8a7 (patch) | |
tree | 0cf2806ce895fd49eeec8f3eff4138e16d8ed0e4 /test/Makefile | |
parent | e3c803c621863c0e75c24ab95de9836caa51732c (diff) | |
download | external_llvm-00a7469e69fdd278a0b43cf9a56a1b33551ff8a7.zip external_llvm-00a7469e69fdd278a0b43cf9a56a1b33551ff8a7.tar.gz external_llvm-00a7469e69fdd278a0b43cf9a56a1b33551ff8a7.tar.bz2 |
Now using path to python found by configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17610 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 31de463..4ab3df8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -136,7 +136,7 @@ site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config @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 |