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

[minion-cvs] Clarify makefile python requirements



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

Modified Files:
	Makefile 
Log Message:
Clarify makefile python requirements

Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile	2 Dec 2002 02:51:41 -0000	1.11
+++ Makefile	2 Dec 2002 03:43:15 -0000	1.12
@@ -10,6 +10,8 @@
 #
 # (If anybody can think of a better way to do this, please let me know.)
 
+# XXXX This fails when PYTHON is set to a version of Python earlier than 1.3
+
 ifdef PYTHON
 FINDPYTHON = PYTHON="$(PYTHON)"
 else