[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Support "PYTHON=python2.0 -O" without freaking out.



Update of /home/minion/cvsroot/src/minion
In directory moria.seul.org:/tmp/cvs-serv2018

Modified Files:
	Makefile 
Log Message:
Support "PYTHON=python2.0 -O" without freaking out.

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile	13 Oct 2002 01:34:44 -0000	1.9
+++ Makefile	21 Nov 2002 19:56:26 -0000	1.10
@@ -11,7 +11,7 @@
 # (If anybody can think of a better way to do this, please let me know.)
 
 ifdef PYTHON
-FINDPYTHON = PYTHON=$(PYTHON)
+FINDPYTHON = PYTHON="$(PYTHON)"
 else
 PYTHON_CANDIDATES = python2.2 python2.2x python2.1 python2.1x python2.0      \
 	python2.0x python2 python