[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] prefer "python" to all other binary names
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv29337
Modified Files:
Makefile
Log Message:
prefer "python" to all other binary names
Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Makefile 2 Oct 2003 21:46:49 -0000 1.52
+++ Makefile 10 Nov 2003 04:58:07 -0000 1.53
@@ -12,8 +12,8 @@
# XXXX This fails when PYTHON is set to a version of Python earlier than 1.3
-PYTHON_CANDIDATES = python2.3 python2.3x python2.2 python2.2x python2.1 \
- python2.1x python2.0 python2.0x python2 python
+PYTHON_CANDIDATES = python python2.3 python2.3x python2.2 python2.2x python2.1\
+ python2.1x python2.0 python2.0x python2
FINDPYTHON = \
if [ "x`which which`" = "x" ]; then \
echo "Ouch! I couldn't run 'which' on your system."; \