17fc5a0409
python version, bump pkg name to 2.1.1nb1
13 lines
389 B
Text
13 lines
389 B
Text
$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)
|