~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Curtis Hovey
  • Date: 2011-01-06 19:37:16 UTC
  • mto: (7675.785.478 launchpad)
  • mto: This revision was merged to the branch mainline in revision 12336.
  • Revision ID: curtis.hovey@canonical.com-20110106193716-t3mrh9izyit7ktyz
reverted hacks to makefile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file modified from Zope3/Makefile
2
2
# Licensed under the ZPL, (c) Zope Corporation and contributors.
3
3
 
4
 
PYTHON=python2.6
 
4
PYTHON=python
5
5
WD:=$(shell pwd)
6
6
PY=$(WD)/bin/py
7
7
PYTHONPATH:=$(WD)/lib:$(WD)/lib/mailman:${PYTHONPATH}