]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: move use of 'cygpath' into win32-conditionalized section
authorBrian Warner <warner@allmydata.com>
Tue, 15 Jan 2008 01:22:36 +0000 (18:22 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 15 Jan 2008 01:22:36 +0000 (18:22 -0700)
Makefile

index 04cd201a5796bfbeacd64fc83479d0229dc0eda8..bf3f90b5d8bab85f21d37399a511b6ec899988e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ ifeq ($(PLAT),win32)
  SUPPORTLIB := $(SUPPORT)\Lib\site-packages
  SRCPATH := $(shell cygpath -w $(shell pwd)/src)
  CHECK_PYWIN32_DEP := check-pywin32-dep
+ INNOSETUP := $(shell cygpath -au "$(PROGRAMFILES)/Inno Setup 5/Compil32.exe")
 else
  PYVER=$(shell $(PYTHON) misc/pyver.py)
  SUPPORT = $(shell pwd)/support
@@ -417,8 +418,6 @@ deb-gutsy-head:
        fakeroot debian/rules binary
 
 # These targets provide for windows native builds
-INNOSETUP := $(shell cygpath -au "$(PROGRAMFILES)/Inno Setup 5/Compil32.exe")
-
 .PHONY: hatch-eggs windows-exe windows-installer
 
 hatch-eggs: