From f83a2cd544835aa1138a043905d684563b7447db Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 7 Nov 2006 17:27:51 +0000 Subject: 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 --- crawl-ref/source/makefile.dos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf