From 6aeefc9277378d8dc87780532a66f9e3083e640b Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Tue, 13 Oct 2009 05:18:48 -0700 Subject: makefile: include DEFINES_L in CFLAGS_L Not sure how this slipped through the cracks... Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makefile') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 4f64151dea..eb8a77506b 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -473,7 +473,7 @@ CFWARN_L := endif CFLAGS := $(CFOPTIMIZE) $(CFOTHERS) $(CFWARN) -CFLAGS_L := $(CFOPTIMIZE_L) $(CFWARN_L) $(INCLUDES_L) $(CFOTHERS_L) +CFLAGS_L := $(CFOPTIMIZE_L) $(DEFINES_L) $(CFWARN_L) $(INCLUDES_L) $(CFOTHERS_L) YCFLAGS := -w -DYYENABLE_NLS=0 -DYYLTYPE_IS_TRIVIAL=0 UTIL = util/ -- cgit v1.2.3-54-g00ecf