From acaedfdbd6549e1e78e7d5008643fe8d03f6179c Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Mon, 14 Jan 2008 18:22:36 -0700
Subject: [PATCH] Makefile: move use of 'cygpath' into win32-conditionalized
 section

---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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:
-- 
2.45.2