summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-10-18 18:13:29 -0700
committerMatthew Cline <zelgadis@sourceforge.net>2009-10-18 18:13:29 -0700
commit5fb0e5e3ccfbe592238799fc413a7104eab9fc5a (patch)
tree535737544d6350767a6a279f56a50885f05a406b /crawl-ref/source/makefile
parent0dc73bc54f7f6077f0699cc07556ca10a8433525 (diff)
downloadcrawl-ref-5fb0e5e3ccfbe592238799fc413a7104eab9fc5a.tar.gz
crawl-ref-5fb0e5e3ccfbe592238799fc413a7104eab9fc5a.zip
makefile: remove 'compile-flags' target/dependency
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 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)