From 730dee8a99c770c4d02a6406bc7afb04050f0fbd Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 21 Oct 2006 22:59:05 +0000 Subject: Don't trigger the plugin bitmap build twice from the plugin Makefile. For some reason, both apps/bitmaps and apps/plugins/bitmaps are still sometimes checked twice though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11305 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 975aa7106c..b446edf506 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -151,26 +151,6 @@ $(BUILDDIR)/libplugin.a: $(SILENT)mkdir -p $(OBJDIR)/lib $(SILENT)$(MAKE) -C lib OBJDIR=$(OBJDIR)/lib -$(BUILDDIR)/libpluginbitmapsnative.a: - @echo "MAKE in plugins/bitmaps/native" - $(SILENT)mkdir -p $(OBJDIR)/bitmaps/native - $(SILENT)$(MAKE) -C bitmaps/native OBJDIR=$(OBJDIR)/bitmaps/native - -$(BUILDDIR)/libpluginbitmapsmono.a: - @echo "MAKE in plugins/bitmaps/mono" - $(SILENT)mkdir -p $(OBJDIR)/bitmaps/mono - $(SILENT)$(MAKE) -C bitmaps/mono OBJDIR=$(OBJDIR)/bitmaps/mono - -$(BUILDDIR)/libpluginbitmapsremotenative.a: - @echo "MAKE in plugins/bitmaps/remote_native" - $(SILENT)mkdir -p $(OBJDIR)/bitmaps/remote_native - $(SILENT)$(MAKE) -C bitmaps/remote_native OBJDIR=$(OBJDIR)/bitmaps/remote_native - -$(BUILDDIR)/libpluginbitmapsremotemono.a: - @echo "MAKE in plugins/bitmaps/remote_mono" - $(SILENT)mkdir -p $(OBJDIR)/bitmaps/remote_mono - $(SILENT)$(MAKE) -C bitmaps/remote_mono OBJDIR=$(OBJDIR)/bitmaps/remote_mono - $(LINKFILE): $(LDS) @echo "build $@" $(SILENT)cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@ -- cgit v1.2.3