From 8ce3556236d7dac3fd076b846b64ae88597a0991 Mon Sep 17 00:00:00 2001 From: Björn Stenberg 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/plugins/plugins.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/plugins.make') diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index bb77f7de6c..1efd513396 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -74,7 +74,7 @@ $(BUILDDIR)/%.rock: $(BUILDDIR)/%.o $(PLUGINLINK_LDS) $(filter %.a, $^) \ -lgcc $(PLUGINLDFLAGS) ifdef SIMVER - $(SILENT)$(shell cp $(BUILDDIR)/$*.elf $@) + $(SILENT)cp $(BUILDDIR)/$*.elf $@ else $(SILENT)$(OC) -O binary $(BUILDDIR)/$*.elf $@ endif \ No newline at end of file -- cgit v1.2.3