summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/makefile.dos2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.dos b/crawl-ref/source/makefile.dos
index 00900e1707..b4a92f47a0 100644
--- a/crawl-ref/source/makefile.dos
+++ b/crawl-ref/source/makefile.dos
@@ -27,7 +27,7 @@ LIB =
UTIL = util/
# If you don't have flex or bison, set DOYACC to N or empty.
-DOYACC := y
+DOYACC := n
LEX := flex
YACC := bison -y