Correct path to optparse.py dependency in Makefile.

This commit is contained in:
Bastian Kleineidam 2011-12-14 22:34:20 +01:00
parent 433cf029d9
commit ce8f3d56d1

View file

@ -2,7 +2,7 @@ XGETTEXT := xgettext
MSGFMT := msgfmt
MSGMERGE := msgmerge
POSOURCES = $(shell find ../linkcheck -name \*.py) \
../linkchecker ../linkchecker-gui /usr/lib/python2.6/optparse.py
../linkchecker ../linkchecker-gui /usr/lib/python2.7/optparse.py
LDIR = ../share/locale
PACKAGE = linkchecker
TEMPLATE = $(PACKAGE).pot