summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/rltiles/makefile.dc8
-rw-r--r--crawl-ref/source/rltiles/makefile.mgw2
-rw-r--r--crawl-ref/source/rltiles/makefile.unix2
3 files changed, 7 insertions, 5 deletions
diff --git a/crawl-ref/source/rltiles/makefile.dc b/crawl-ref/source/rltiles/makefile.dc
index 96acd67f58..984d35dba3 100644
--- a/crawl-ref/source/rltiles/makefile.dc
+++ b/crawl-ref/source/rltiles/makefile.dc
@@ -1,4 +1,6 @@
-# Miscellaneous dependencies.
-tiledef-main.h: dc-corpse.txt
+# dc-foo.txt files which are included by other dc-foo.txt files.
+tiledef-main.h: dc-corpse.txt dc-unrand.txt dc-item.txt dc-misc.txt
-tiledef-player.h: dc-mon.txt
+tiledef-player.h: dc-demon.txt dc-mon.txt
+
+tiledef-gui.h: dc-spells.txt
diff --git a/crawl-ref/source/rltiles/makefile.mgw b/crawl-ref/source/rltiles/makefile.mgw
index ecf1762ff9..96eb83a09c 100644
--- a/crawl-ref/source/rltiles/makefile.mgw
+++ b/crawl-ref/source/rltiles/makefile.mgw
@@ -34,7 +34,7 @@ all: $(TILEGEN) $(HEADERS) $(SOURCE) $(IMAGES)
tiledef-%.h tiledef-%.cc %.png: dc-%.txt $(TILEGEN)
$(TILEGEN) $<
-# Miscellaneous dependencies.
+# dc-foo.txt files which are included by other dc-foo.txt files.
include makefile.dc
clean:
diff --git a/crawl-ref/source/rltiles/makefile.unix b/crawl-ref/source/rltiles/makefile.unix
index 3baef9f0f2..8e2794ef92 100644
--- a/crawl-ref/source/rltiles/makefile.unix
+++ b/crawl-ref/source/rltiles/makefile.unix
@@ -68,7 +68,7 @@ all: $(TILEGEN) $(HEADERS) $(SOURCE) $(IMAGES)
tiledef-%.h tiledef-%.cc %.png: dc-%.txt $(TILEGEN)
$(QUIET_GEN)$(TILEGEN) $<
-# Miscellaneous dependencies.
+# dc-foo.txt files which are included by other dc-foo.txt files.
include makefile.dc
clean: