From e8da4477297ffb12603680f09fa9b2cd30d0b7b5 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 4 Feb 2009 20:59:27 +0000 Subject: Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators under Windows using MingW git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19923 a1c6a512-1295-4272-9138-f99709370657 --- tools/root.make | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/root.make') diff --git a/tools/root.make b/tools/root.make index bdc2745fec..954e1bfee5 100644 --- a/tools/root.make +++ b/tools/root.make @@ -80,7 +80,9 @@ $(RBINFO): $(BUILDDIR)/$(BINARY) $(DEPFILE) dep: $(call PRINTS,Generating dependencies) @echo foo > /dev/null # there must be a "real" command in the rule - $(call mkdepfile,$(DEPFILE),$(SRC) $(OTHER_SRC)) + $(call mkdepfile,$(DEPFILE),$(SRC)) + $(call mkdepfile,$(DEPFILE),$(OTHER_SRC)) + @mv $(DEPFILE)_ $(DEPFILE) $(call bmpdepfile,$(DEPFILE),$(BMP) $(PBMP)) bin: $(DEPFILE) $(TOOLS) $(BUILDDIR)/$(BINARY) -- cgit v1.2.3