From 681594aa2b4448b401b465e1596b781912b8df04 Mon Sep 17 00:00:00 2001 From: mcuelenaere Date: Tue, 16 Feb 2010 21:55:42 +0000 Subject: [PATCH] Fix parallel building git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24705 a1c6a512-1295-4272-9138-f99709370657 --- tools/root.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/root.make b/tools/root.make index 091bf7ccd..76d493b22 100644 --- a/tools/root.make +++ b/tools/root.make @@ -20,7 +20,8 @@ PPCFLAGS = $(filter-out -Dmain=SDL_main,$(CFLAGS)) # cygwin sdl-config fix TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \ $(TOOLSDIR)/codepages $(TOOLSDIR)/scramble $(TOOLSDIR)/bmp2rb \ - $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.[ch] + $(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.c \ + $(TOOLSDIR)/iaudio_bl_flash.h ifeq (,$(PREFIX)) -- 2.11.4.GIT