~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: John Arbash Meinel
  • Date: 2008-07-17 22:28:50 UTC
  • mto: This revision was merged to the branch mainline in revision 3561.
  • Revision ID: john@arbash-meinel.com-20080717222850-v7myxoeo6ssh9ph2
trivial tweak of Makefile to use the PYTHON variable

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
# win32 installer for bzr.exe
180
180
installer: exe copy-docs
181
181
        @echo *** Make windows installer
182
 
        python tools/win32/run_script.py cog.py -d -o tools/win32/bzr.iss tools/win32/bzr.iss.cog
 
182
        $(PYTHON) tools/win32/run_script.py cog.py -d -o tools/win32/bzr.iss tools/win32/bzr.iss.cog
183
183
        iscc /Q tools/win32/bzr.iss
184
184
 
185
185
# win32 Python's distutils-based installer