summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-24 17:39:43 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-24 17:39:43 -0700
commit8137d9e8ff0796d70765fffc41c3ab9582b4838d (patch)
tree2f5a67071c2ffd9141e77c72b04d75d10d701c12 /crawl-ref/source/makefile
parentb1759e8235b9a5c538beba3d4fda40d7df24f5bd (diff)
downloadcrawl-ref-8137d9e8ff0796d70765fffc41c3ab9582b4838d.tar.gz
crawl-ref-8137d9e8ff0796d70765fffc41c3ab9582b4838d.zip
makefile: fix .cc file dependencies
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
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 9687846479..8fe258f5d9 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -706,7 +706,7 @@ ifdef PCH
CC_DEP := AppHdr.h.gch
endif
-$(OBJECTS:%.o=%.cc): $(CC_DEP) $(TILEDEFHDRS)
+$(OBJECTS:%.o=%.cc): $(CC_DEP) $(TILEDEFHDRS) contrib
%.o: %.m
$(QUIET_CXX)$(CC) $(CFLAGS) $(CFLAGS_L) -c $< -o $@