From ac488f8cb77d7786fe22e642f6177f46e5e6b1db Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 3 Nov 2008 14:37:50 +0000 Subject: Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18987 a1c6a512-1295-4272-9138-f99709370657 --- tools/make.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/make.inc') diff --git a/tools/make.inc b/tools/make.inc index d9f4c14cf4..7d97efdbc6 100644 --- a/tools/make.inc +++ b/tools/make.inc @@ -48,6 +48,8 @@ $(DEPFILE): $(SOURCES) done | sed -e "s:[^[:space:]]*lang.h:$(OBJDIR)/lang.o:" \ -e "s:[^[:space:]]*sysfont.h:$(BUILDDIR)/sysfont.h:" \ -e "s:[^[:space:]]*max_language_size.h:$(BUILDDIR)/max_language_size.h:" \ + -e "s: bitmaps/: $(BUILDDIR)/bitmaps/:g" \ + -e "s: pluginbitmaps/: $(BUILDDIR)/pluginbitmaps/:g" \ > $(DEPFILE); \ echo "oo" > /dev/null ) -- cgit v1.2.3