blob: 76166da6edc11a8605c874da6f329ed36f92d2e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1 2002/01/16 20:27:11 drochner Exp $
--- Misc/Makefile.pre.in.orig Wed Jan 16 21:11:24 2002
+++ Misc/Makefile.pre.in Wed Jan 16 21:11:43 2002
@@ -92,7 +92,7 @@
TARGET= python
# Installed python binary (used only by boot target)
-PYTHON= python
+PYTHON= python2.0
# Add more -I and -D options here
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
|