From: Brian Warner <warner@allmydata.com>
Date: Tue, 15 Jan 2008 01:22:36 +0000 (-0700)
Subject: Makefile: move use of 'cygpath' into win32-conditionalized section
X-Git-Url: https://git.rkrishnan.org/vdrive/components/...?a=commitdiff_plain;h=acaedfdbd6549e1e78e7d5008643fe8d03f6179c;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: move use of 'cygpath' into win32-conditionalized section
---

diff --git a/Makefile b/Makefile
index 04cd201a..bf3f90b5 100644
--- 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: