summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-08-23 12:59:09 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-08-23 12:59:09 +0000
commit5f995d42a423811289af434aa0d59bd3c3cf0e56 (patch)
treea468a3335c02f1e4473d67f80b5544bf3ae74749 /makefile
parentfc915eb2ffb5eb68c6ce53fc9d0db32f5e30dd35 (diff)
Added proper name of generated mak (no whatsnew)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index e94be2b3426..f9950df449b 100644
--- a/makefile
+++ b/makefile
@@ -713,7 +713,7 @@ buildtools: maketree $(BUILD)
# In order to keep dependencies reasonable, we exclude objects in the base of
# $(SRC)/emu, as well as all the OSD objects and anything in the $(OBJ) tree
depend: maketree $(MAKEDEP_TARGET)
- @echo Rebuilding depend.mak...
+ @echo Rebuilding depend_$(TARGET).mak...
$(MAKEDEP) -I. $(INCPATH) -X$(SRC)/emu -X$(SRC)/osd/... -X$(OBJ)/... src/$(TARGET) > depend_$(TARGET).mak
tools: maketree $(TOOLS)