blob: 2eaf2f04c91f3175cea7f14b4c7d3baf8d6e7f33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Misc/Makefile.pre.in.orig Wed Dec 9 18:05:33 1998
+++ Misc/Makefile.pre.in Thu Sep 7 21:04:19 2000
@@ -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)
|