From 17906ca1e0455739878b46bfd638f27c07c888f6 Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 13 Nov 2007 12:38:01 +0000 Subject: [PATCH] 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 --- linkcheck/HtmlParser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkcheck/HtmlParser/Makefile b/linkcheck/HtmlParser/Makefile index f1881792..a2b8ee88 100644 --- a/linkcheck/HtmlParser/Makefile +++ b/linkcheck/HtmlParser/Makefile @@ -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