From: Zooko O'Whielacronx Date: Thu, 5 Jun 2008 21:02:49 +0000 (-0700) Subject: setup: indentation X-Git-Tag: allmydata-tahoe-1.1.0~46 X-Git-Url: https://git.rkrishnan.org/reedownlee?a=commitdiff_plain;h=36182fb1aca4ee1db4903fadce5e4abd87645384;p=tahoe-lafs%2Ftahoe-lafs.git setup: indentation --- diff --git a/Makefile b/Makefile index f8251dfc..886eab13 100644 --- a/Makefile +++ b/Makefile @@ -18,17 +18,17 @@ endif PLAT = $(strip $(shell python -c "import sys ; print sys.platform")) ifeq ($(PLAT),win32) - # The platform is Windows with cygwin build tools and the native Python interpreter. - SUPPORT = $(shell cygpath -w $(shell pwd))\support - SUPPORTLIB := $(SUPPORT)\Lib\site-packages - SRCPATH := $(shell cygpath -w $(shell pwd)/src) - INNOSETUP := $(shell cygpath -au "$(PROGRAMFILES)/Inno Setup 5/Compil32.exe") + # The platform is Windows with cygwin build tools and the native Python interpreter. + SUPPORT = $(shell cygpath -w $(shell pwd))\support + SUPPORTLIB := $(SUPPORT)\Lib\site-packages + SRCPATH := $(shell cygpath -w $(shell pwd)/src) + INNOSETUP := $(shell cygpath -au "$(PROGRAMFILES)/Inno Setup 5/Compil32.exe") else - PYVER=$(shell $(PYTHON) misc/pyver.py) - SUPPORT = $(shell pwd)/support - SUPPORTLIB = $(SUPPORT)/lib/$(PYVER)/site-packages - SRCPATH := $(shell pwd)/src - CHECK_PYWIN32_DEP := + PYVER=$(shell $(PYTHON) misc/pyver.py) + SUPPORT = $(shell pwd)/support + SUPPORTLIB = $(SUPPORT)/lib/$(PYVER)/site-packages + SRCPATH := $(shell pwd)/src + CHECK_PYWIN32_DEP := endif ifeq ($(PLAT),cygwin)