summaryrefslogtreecommitdiff
path: root/Makefile.config.in
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-08-02 22:24:39 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-08-02 22:24:39 +0000
commit9b87287e7df82dd82570396cdba0da42eb4fca93 (patch)
tree972f67bd48ae4d874dfa86c7d9698a8bd87444a1 /Makefile.config.in
parent37dcae63ebd2b3030468e6bb210c404db1766ae4 (diff)
downloadllvm-9b87287e7df82dd82570396cdba0da42eb4fca93.tar.gz
llvm-9b87287e7df82dd82570396cdba0da42eb4fca93.tar.bz2
llvm-9b87287e7df82dd82570396cdba0da42eb4fca93.tar.xz
Set a variable so that we can find the python interpreter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15424 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r--Makefile.config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in
index 25c9b0a7b2..034962a7db 100644
--- a/Makefile.config.in
+++ b/Makefile.config.in
@@ -28,6 +28,9 @@ CXX = @CXX@
# Path to the CC binary, which use used by testcases for native builds.
CC := @CC@
+# Path to the Python interpreter
+PYTHON := @PYTHON@
+
# Linker flags.
LDFLAGS+=@LDFLAGS@