summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-20 03:01:41 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-20 03:01:41 +0200
commit204294f1e7e70c0f567f15a1dbedd99b1483ffd5 (patch)
tree2924dd6b5ed7f6d9c5cfb79ab468365e7aa1c0e8 /crawl-ref/source/Makefile
parent1d9f2b132e9c6acf6258c65c0dacd46ec26bc5b5 (diff)
downloadcrawl-ref-204294f1e7e70c0f567f15a1dbedd99b1483ffd5.tar.gz
crawl-ref-204294f1e7e70c0f567f15a1dbedd99b1483ffd5.zip
Remove an unused variable.
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index fe90cae92e..1d66915512 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -249,7 +249,6 @@ ifneq (,$(findstring CYGWIN,$(uname_S)))
GAME = crawl.exe
NO_RDYNAMIC = YesPlease
BUILD_PCRE = YesPlease
- CONTRIB_FONTS = yes
endif
ifdef BUILD_ALL