summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-04-27 23:59:54 -0400
committerNeil Moore <neil@s-z.org>2014-04-27 23:59:54 -0400
commit5d815eb013a8c19b80f473f628ef6a97ff1360d4 (patch)
tree8066a16c69aafa5bd50e8d00a68e6ebf5b1e8956 /crawl-ref/source/Makefile
parent8eecfe207cf9633d9193f8067a4bdaa05cd04d7d (diff)
downloadcrawl-ref-5d815eb013a8c19b80f473f628ef6a97ff1360d4.tar.gz
crawl-ref-5d815eb013a8c19b80f473f628ef6a97ff1360d4.zip
Don't remind online trunk players about the tournament.
This reverts commit cf478558721339450fdde19ecc78e95896f0ff91.
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index e7db9b0e47..327e6db67e 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -105,7 +105,7 @@ CFOTHERS := -pipe $(EXTERNAL_FLAGS)
CFWARN := -Wall -Wformat-security
CFWARN_L := -Wundef
-DEFINES := -DTOURNEY='"0.14"' $(EXTERNAL_DEFINES)
+DEFINES := $(EXTERNAL_DEFINES)
ifdef ANDROID
LDFLAGS := $(EXTERNAL_LDFLAGS) $(LDFLAGS)