From: John Criswell Date: Mon, 2 Aug 2004 22:24:39 +0000 (+0000) Subject: Set a variable so that we can find the python interpreter. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9b87287e7df82dd82570396cdba0da42eb4fca93;p=oota-llvm.git 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 --- diff --git a/Makefile.config.in b/Makefile.config.in index 25c9b0a7b27..034962a7dbf 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@