summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-02-04 20:59:27 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-02-04 20:59:27 +0000
commite8da4477297ffb12603680f09fa9b2cd30d0b7b5 (patch)
treebb26896c839fd6a901ae8b4cd6223d824d592c27 /tools/root.make
parentb0a3a563a139507cc8c1b679df9b6dd37dee3ec1 (diff)
downloadrockbox-e8da4477297ffb12603680f09fa9b2cd30d0b7b5.tar.gz
rockbox-e8da4477297ffb12603680f09fa9b2cd30d0b7b5.zip
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
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make4
1 files changed, 3 insertions, 1 deletions
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)
80$(DEPFILE) dep: 80$(DEPFILE) dep:
81 $(call PRINTS,Generating dependencies) 81 $(call PRINTS,Generating dependencies)
82 @echo foo > /dev/null # there must be a "real" command in the rule 82 @echo foo > /dev/null # there must be a "real" command in the rule
83 $(call mkdepfile,$(DEPFILE),$(SRC) $(OTHER_SRC)) 83 $(call mkdepfile,$(DEPFILE),$(SRC))
84 $(call mkdepfile,$(DEPFILE),$(OTHER_SRC))
85 @mv $(DEPFILE)_ $(DEPFILE)
84 $(call bmpdepfile,$(DEPFILE),$(BMP) $(PBMP)) 86 $(call bmpdepfile,$(DEPFILE),$(BMP) $(PBMP))
85 87
86bin: $(DEPFILE) $(TOOLS) $(BUILDDIR)/$(BINARY) 88bin: $(DEPFILE) $(TOOLS) $(BUILDDIR)/$(BINARY)