[llvm-commits] CVS: llvm/Makefile.config.in
John Criswell
criswell at cs.uiuc.edu
Mon Aug 2 15:24:50 PDT 2004
Changes in directory llvm:
Makefile.config.in updated: 1.28 -> 1.29
---
Log message:
Set a variable so that we can find the python interpreter.
---
Diffs of the changes: (+3 -0)
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.28 llvm/Makefile.config.in:1.29
--- llvm/Makefile.config.in:1.28 Thu Jun 17 10:39:58 2004
+++ llvm/Makefile.config.in Mon Aug 2 17:24:39 2004
@@ -28,6 +28,9 @@
# 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@
More information about the llvm-commits
mailing list