summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-07 17:27:51 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-07 17:27:51 +0000
commitf83a2cd544835aa1138a043905d684563b7447db (patch)
tree804a4577ef060abe3e06f2d0bc7b399046e45387
parent4c141c1ed147d2539e0c2c0eba33ad8ac3b9a82a (diff)
downloadcrawl-ref-f83a2cd544835aa1138a043905d684563b7447db.tar.gz
crawl-ref-f83a2cd544835aa1138a043905d684563b7447db.zip
Sigh, DOYACC should default to n on DOS.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@358 c06c8d41-db1a-0410-9941-cceddc491573
-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