summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-01-22 22:08:05 +0000
committerDave Chapman <dave@dchapman.com>2006-01-22 22:08:05 +0000
commit19c0664d3b7e46825f5485dd33bcb98562d50331 (patch)
treea0a0d0d903bc9417fa266c066f4cd99842dd02fc /apps/plugins
parente61935932f08a48c1de0f6c33b00018ed18d6068 (diff)
downloadrockbox-19c0664d3b7e46825f5485dd33bcb98562d50331.tar.gz
rockbox-19c0664d3b7e46825f5485dd33bcb98562d50331.zip
Fix sim builds broken by the bmp2rb-in-build-system patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8420 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile
index 19c3307be6..04bb62fbe3 100644
--- a/apps/plugins/Makefile
+++ b/apps/plugins/Makefile
@@ -59,7 +59,7 @@ endif
59 59
60 60
61.PHONY: $(SUBDIRS) 61.PHONY: $(SUBDIRS)
62all: $(BUILDDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE) 62all: $(BITMAPLIBS) $(BUILDDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE)
63 63
64$(BUILDDIR)/credits.raw: $(DOCSDIR)/CREDITS 64$(BUILDDIR)/credits.raw: $(DOCSDIR)/CREDITS
65 @echo "create credits.raw" 65 @echo "create credits.raw"