Makefile: Add NO_LATEST_LINK.

patch-Misc:Makefile.pre.in: Allow us to override PYTHON, which may be needed
	when you have more than one version of Python on your machine.
This commit is contained in:
Thomas Gellekum
2000-09-08 11:56:11 +00:00
parent c6fb86c18d
commit fb138702b4
2 changed files with 12 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ CONFIGURE_ENV= OPT="${CFLAGS}"
INSTALL_TARGET= install
PLIST= ${WRKDIR}/PLIST
MAN1= python.1
NO_LATEST_LINK= yes
#
# The standard setup file

View File

@@ -0,0 +1,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)