summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/Makefile
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-12-24 23:03:23 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-12-24 23:03:23 +0530
commiteef6327f18a7f04575424003b3fa639ff8ef1262 (patch)
tree198742567d25e2834d4790eaaa5d70630bba6ede /crawl-ref/source/util/Makefile
parentee51c36eb9ab19ca2d86d072d605093d5518f4af (diff)
downloadcrawl-ref-eef6327f18a7f04575424003b3fa639ff8ef1262.tar.gz
crawl-ref-eef6327f18a7f04575424003b3fa639ff8ef1262.zip
Tell flex not to generate yyunput, use -Wno-sign-compare to kill level-compiler warnings with recent flex and bison.
Diffstat (limited to 'crawl-ref/source/util/Makefile')
-rw-r--r--crawl-ref/source/util/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/util/Makefile b/crawl-ref/source/util/Makefile
index d138a640ce..5a832a7567 100644
--- a/crawl-ref/source/util/Makefile
+++ b/crawl-ref/source/util/Makefile
@@ -1,5 +1,5 @@
YACC := bison -y
-LEX := flex
+LEX := flex --nounput
RM ?= rm -f
ifneq ($(findstring $(MAKEFLAGS),s),s)