mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-17 02:51:07 +00:00
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:
parent
c93fc79702
commit
17906ca1e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue