summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-13 05:18:48 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-13 06:23:14 -0700
commit6aeefc9277378d8dc87780532a66f9e3083e640b (patch)
treefb8d19e6a6f58e87c042c45087d3ee4ba0b624e0 /crawl-ref/source/makefile
parentfe3c4d816cc8a53800246e96dff480bdf34dce4f (diff)
downloadcrawl-ref-6aeefc9277378d8dc87780532a66f9e3083e640b.tar.gz
crawl-ref-6aeefc9277378d8dc87780532a66f9e3083e640b.zip
makefile: include DEFINES_L in CFLAGS_L
Not sure how this slipped through the cracks... Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile2
1 files changed, 1 insertions, 1 deletions
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/