summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2010-01-02 15:45:15 -0800
committerSteven Noonan <steven@uplinklabs.net>2010-01-02 15:45:15 -0800
commit41a83b477cbdb0629bdf741e6a685a287c6ccd20 (patch)
tree3ab3acbf898ea6af9d0fec2d1656f19b6afe5f73 /crawl-ref/source/makefile
parent6e6c67f02aa6fabf439f583423c7af17624b33a2 (diff)
downloadcrawl-ref-41a83b477cbdb0629bdf741e6a685a287c6ccd20.tar.gz
crawl-ref-41a83b477cbdb0629bdf741e6a685a287c6ccd20.zip
makefile: fix build of util/levcomp.*.o
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 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