~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Vincent Ladeuil
  • Date: 2007-04-26 09:01:46 UTC
  • mfrom: (2420.2.2 bzr.http.auth)
  • mto: This revision was merged to the branch mainline in revision 2463.
  • Revision ID: v.ladeuil+lp@free.fr-20070426090146-jbwl0muvk76wlw6c
Merge spiv modifications

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
extensions:
25
25
        @echo "building extension modules."
26
 
        ./setup.py build_ext -i
 
26
        python setup.py build_ext -i
27
27
 
28
28
check: extensions
29
29
        python -Werror ./bzr selftest -v $(tests)