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