summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-19 14:26:33 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-19 14:32:50 -0700
commit0878b0e8ab87fdbb58b516dba630060dd9d8d26c (patch)
treed17d0267d4c8540bf739e059df30f87f88a7709a /crawl-ref/source/makefile
parentb440c948d57b10d9e4d1b11b3cc86078bd827ad8 (diff)
downloadcrawl-ref-0878b0e8ab87fdbb58b516dba630060dd9d8d26c.tar.gz
crawl-ref-0878b0e8ab87fdbb58b516dba630060dd9d8d26c.zip
makefile: cosmetic fix
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index ce208ff970..283a6bd2f2 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -108,9 +108,9 @@ ifneq (,$(findstring CYGWIN,$(uname_S)))
NEEDS_PCRE = YesPlease
endif
ifeq ($(uname_S),Darwin)
-ifndef NO_APPLE_GCC
- APPLE_GCC = YesPlease
-endif
+ ifndef NO_APPLE_GCC
+ APPLE_GCC = YesPlease
+ endif
NEED_APPKIT = YesPlease
LIBNCURSES_IS_UNICODE = Yes
endif