summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
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 15f3643d2a..af97ea4fd0 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -865,7 +865,7 @@ wizard: $(GAME)
# test.
$(UTIL)%.o: $(UTIL)%.cc .cflags
- $(QUIET_CXX)$(CXX) $(YACC_CFLAGS) -Wp,-MD,$*.d -c $< -o $*.o
+ $(QUIET_CXX)$(CXX) $(YACC_CFLAGS) -Wp,-MD,$(UTIL)$*.d -c $< -o $(UTIL)$*.o
ifdef PCH
%.h.gch: %.h