~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/librarian/Makefile

  • Committer: Guilherme Salgado
  • Date: 2010-04-28 18:25:11 UTC
  • mto: This revision was merged to the branch mainline in revision 10969.
  • Revision ID: salgado@canonical.com-20100428182511-3m56yrajzkwts7jl
Get rid of PYTHON_VERSION from all Makefiles and use a customized pygettextpo which uses the default system python instead of what's defined in PYTHON_VERSION

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# XXX: Nasty hack to make sure the default python is used when
2
 
# building/running.
3
 
PYTHON_VERSION:=$(shell python -c 'import sys; print ".".join(["%d" % n for n in sys.version_info[:2]])')
4
 
TWISTD:=twistd$(PYTHON_VERSION)
 
1
TWISTD:=twistd
5
2
 
6
3
PYTHONPATH=../..
7
4
pythonpath=PYTHONPATH=$(PYTHONPATH)