summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-12 00:36:28 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-12 03:57:37 -0700
commit3d3874afd3e4efb47c20f485e7a047cada173893 (patch)
tree97a99f00a2a5c7aa4b9016b06e38d1c7ec7280a4 /crawl-ref/source/makefile
parent1b8073bcedfe20c2dd2def82cc81bc909970b179 (diff)
downloadcrawl-ref-3d3874afd3e4efb47c20f485e7a047cada173893.tar.gz
crawl-ref-3d3874afd3e4efb47c20f485e7a047cada173893.zip
makefile: fix distclean target
RLTILES has to be defined for it to work. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 437d4a2076..acaa05fe07 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -171,14 +171,13 @@ CXX = $(GCXX) $(ARCHS) -isysroot $(SDKROOT) -mmacosx-version-min=$(SDK_VER)
endif # MacOS
+RLTILES = rltiles
#
# Tiles build stuff
#
ifneq ($(TILES),n)
-RLTILES = rltiles
-
DEFINES += -DUSE_TILE
INCLUDES += -I$(RLTILES)