summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-03-23 17:21:40 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-03-23 17:21:40 +0100
commit58b1c299329e1006ed9ccf7cdbf3e1895b9cc4e3 (patch)
tree58bcb9e842da1f45725e430142bf89a09e1cb313 /crawl-ref/source/Makefile
parent7c173f3e3518743e7abdb1f9b95cca87e4623515 (diff)
downloadcrawl-ref-58b1c299329e1006ed9ccf7cdbf3e1895b9cc4e3.tar.gz
crawl-ref-58b1c299329e1006ed9ccf7cdbf3e1895b9cc4e3.zip
Fix compflag.h not being regenerated on a rebuild with different flags.
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 071d9b999f..b1ff039123 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -1182,7 +1182,7 @@ endif
# This information is included in crash reports, and is printed with
# "crawl -version"
-compflag.h: $(OBJECTS:.o=.cc) util/gen-cflg.pl
+compflag.h: $(OBJECTS:.o=.cc) util/gen-cflg.pl .cflags
$(QUIET_GEN)util/gen-cflg.pl compflag.h "$(ALL_CFLAGS)" "$(LDFLAGS)" "$(HOST)" "$(ARCH)"
build.h: $(OBJECTS:.o=.cc) util/gen_ver.pl