Rev 3560: trivial tweak of Makefile to use the PYTHON variable in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Thu Jul 17 23:29:16 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 3560
revision-id: john at arbash-meinel.com-20080717222850-v7myxoeo6ssh9ph2
parent: john at arbash-meinel.com-20080717191137-cymzxjs4bj6as1vl
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Thu 2008-07-17 17:28:50 -0500
message:
  trivial tweak of Makefile to use the PYTHON variable
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile	2008-07-17 00:41:25 +0000
+++ b/Makefile	2008-07-17 22:28:50 +0000
@@ -179,7 +179,7 @@
 # win32 installer for bzr.exe
 installer: exe copy-docs
 	@echo *** Make windows installer
-	python tools/win32/run_script.py cog.py -d -o tools/win32/bzr.iss tools/win32/bzr.iss.cog
+	$(PYTHON) tools/win32/run_script.py cog.py -d -o tools/win32/bzr.iss tools/win32/bzr.iss.cog
 	iscc /Q tools/win32/bzr.iss
 
 # win32 Python's distutils-based installer



More information about the bazaar-commits mailing list