From 3d3874afd3e4efb47c20f485e7a047cada173893 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Mon, 12 Oct 2009 00:36:28 -0700 Subject: makefile: fix distclean target RLTILES has to be defined for it to work. Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/makefile') 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) -- cgit v1.2.3-54-g00ecf