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/functions.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/functions.make') diff --git a/tools/functions.make b/tools/functions.make index 97c98a1f8d..b16bce3088 100644 --- a/tools/functions.make +++ b/tools/functions.make @@ -39,7 +39,7 @@ mkdepfile = $(shell \ -e "s: pluginbitmaps/: $(BUILDDIR)/pluginbitmaps/:g" \ -e "s: lib/: $(APPSDIR)/plugins/lib/:g" \ -e "s: codeclib.h: $(APPSDIR)/codecs/lib/codeclib.h:g" \ - > $(1)_ && mv $(1)_ $(1) ) + >> $(1)_) # function to create .bmp dependencies bmpdepfile = $(shell \ -- cgit v1.2.3