From 5fb0e5e3ccfbe592238799fc413a7104eab9fc5a Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Sun, 18 Oct 2009 18:13:29 -0700 Subject: makefile: remove 'compile-flags' target/dependency --- 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 f7abc0498e..453806b171 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -699,7 +699,7 @@ compflag.h: @echo "\"" >> compflag.h @echo "#endif" >> compflag.h -$(GAME): $(GAME_DEPENDS) compile-flags +$(GAME): $(GAME_DEPENDS) $(QUIET_LINK)$(CXX) $(LDFLAGS) $(EXTRA_OBJECTS) $(OBJECTS) -o $(GAME) $(LIB) debug: $(GAME) -- cgit v1.2.3-54-g00ecf