diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-01-22 22:08:05 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-01-22 22:08:05 +0000 |
| commit | 19c0664d3b7e46825f5485dd33bcb98562d50331 (patch) | |
| tree | a0a0d0d903bc9417fa266c066f4cd99842dd02fc /apps/plugins/Makefile | |
| parent | e61935932f08a48c1de0f6c33b00018ed18d6068 (diff) | |
| download | rockbox-19c0664d3b7e46825f5485dd33bcb98562d50331.zip rockbox-19c0664d3b7e46825f5485dd33bcb98562d50331.tar.gz rockbox-19c0664d3b7e46825f5485dd33bcb98562d50331.tar.bz2 rockbox-19c0664d3b7e46825f5485dd33bcb98562d50331.tar.xz | |
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/Makefile')
| -rw-r--r-- | apps/plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 19c3307..04bb62f 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -59,7 +59,7 @@ endif .PHONY: $(SUBDIRS) -all: $(BUILDDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE) +all: $(BITMAPLIBS) $(BUILDDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE) $(BUILDDIR)/credits.raw: $(DOCSDIR)/CREDITS @echo "create credits.raw" |