blob: 491abaeee043798ba1db8ef4f2a3e277299610c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2002/01/15 18:25:39 drochner Exp $
--- mxDateTime/Makefile.pre.in.orig Sun Jan 13 00:30:21 2002
+++ mxDateTime/Makefile.pre.in Sun Jan 13 00:31:30 2002
@@ -92,7 +92,7 @@
TARGET= python
# Installed python binary (used only by boot target)
-PYTHON= python
+PYTHON= ${PYTHONBIN}
# Add more -I and -D options here
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
|