summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-05-26 20:31:25 -0400
committerNeil Moore <neil@s-z.org>2013-05-26 20:31:25 -0400
commit2411ffc4a2a8c7f1385811d5ffd4e20669ca07b1 (patch)
tree4094b6df5b897f68fd3527c6e2198060c03e0fc9 /crawl-ref/source/Makefile
parent46c285e6f7f0080b1784601571af037ebf5e7ae2 (diff)
downloadcrawl-ref-2411ffc4a2a8c7f1385811d5ffd4e20669ca07b1.tar.gz
crawl-ref-2411ffc4a2a8c7f1385811d5ffd4e20669ca07b1.zip
Remove the tournament warning.
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 a95a055c2e..3a11feb772 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.12"' $(EXTERNAL_DEFINES)
+DEFINES := $(EXTERNAL_DEFINES)
ifdef ANDROID
LDFLAGS := $(EXTERNAL_LDFLAGS) $(LDFLAGS)