From d485fefd26d24d865139ee20c471a5cfd30107dd Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Fri, 6 Nov 2009 21:11:28 -0800 Subject: makefile: util/*.o should also pay attention to CFLAGS changes Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 935ef4a926..b879ef6005 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -756,7 +756,7 @@ wizard: $(GAME) # flex/bison combos I've tried don't produce code that passes the warnings # test. -$(UTIL)%.o: $(UTIL)%.cc +$(UTIL)%.o: $(UTIL)%.cc .cflags $(QUIET_CXX)$(CXX) $(YACC_CFLAGS) -o $@ -c $< ifdef PCH -- cgit v1.2.3-54-g00ecf