blob: 2341dfb617b47a6ede2e5534bc1dc9258e158e4f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../Makefile.pre.in~ Thu May 3 12:57:38 2001
+++ ../Makefile.pre.in Thu Jan 10 09:02:03 2002
@@ -92,7 +92,7 @@
TARGET= python
# Installed python binary (used only by boot target)
-PYTHON= python
+PYTHON?= python
# Add more -I and -D options here
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
|