use Python 2.4 for local builds

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3592 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2007-11-13 12:38:01 +00:00
parent c93fc79702
commit 17906ca1e0

View file

@ -1,7 +1,7 @@
# this parser needs flex >= 2.5.xx from http://lex.sf.net/
# for reentrant bison parser support!
FLEX = flex
PYVER = 2.5
PYVER = 2.4
PYTHON = python$(PYVER)
all: htmllex.c htmlparse.c