summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/Makefile
diff options
context:
space:
mode:
authorEnne Walker <ennewalker@users.sourceforge.net>2010-02-23 08:14:31 -0500
committerEnne Walker <ennewalker@users.sourceforge.net>2010-02-23 08:14:31 -0500
commit01979264084ef15693ba5930c6e5148fbc8b9840 (patch)
tree95379c352c1a862fb1147d29de8e7c1070504d29 /crawl-ref/source/rltiles/Makefile
parent9dcc67edbd3d20537b458d5059b1e2f942be00f0 (diff)
downloadcrawl-ref-01979264084ef15693ba5930c6e5148fbc8b9840.tar.gz
crawl-ref-01979264084ef15693ba5930c6e5148fbc8b9840.zip
Revert removal of PNG target dependencies.
Diffstat (limited to 'crawl-ref/source/rltiles/Makefile')
-rw-r--r--crawl-ref/source/rltiles/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/rltiles/Makefile b/crawl-ref/source/rltiles/Makefile
index 70d07e2b68..a6a8061f84 100644
--- a/crawl-ref/source/rltiles/Makefile
+++ b/crawl-ref/source/rltiles/Makefile
@@ -67,7 +67,7 @@ all: $(TILEGEN) $(HEADERS) $(SOURCE) $(IMAGES)
%.png tiledef-%.h tiledef-%.cc: dc-%.txt | $(TILEGEN)
$(QUIET_GEN)$(TILEGEN) $<
-DEPS := $(shell ls $(OBJECTS:%.o=%.d) 2> /dev/null)
+DEPS := $(shell ls $(OBJECTS:%.o=%.d) $(INPUTS:%=%.d) 2> /dev/null)
ifneq ($(DEPS),)
-include $(DEPS)