From 41a83b477cbdb0629bdf741e6a685a287c6ccd20 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Sat, 2 Jan 2010 15:45:15 -0800 Subject: makefile: fix build of util/levcomp.*.o Signed-off-by: Steven Noonan --- crawl-ref/source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf