From 8ce3556236d7dac3fd076b846b64ae88597a0991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Thu, 20 Nov 2008 12:44:49 +0000 Subject: Bug fix again. Moved cp outside of $(shell) to force make to run it sequentially. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19149 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/codecs.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/codecs/codecs.make') diff --git a/apps/codecs/codecs.make b/apps/codecs/codecs.make index 4a73f333..142b257 100644 --- a/apps/codecs/codecs.make +++ b/apps/codecs/codecs.make @@ -99,8 +99,7 @@ $(CODECDIR)/%.codec: $(CODECDIR)/%.o $(filter %.a, $^) \ -lgcc $(CODECLDFLAGS) ifdef SIMVER - $(SILENT)$(shell cp $(CODECDIR)/$*.elf $@) + $(SILENT)cp $(CODECDIR)/$*.elf $@ else $(SILENT)$(OC) -O binary $(CODECDIR)/$*.elf $@ endif - -- cgit v1.1