From 5805bc3baee48f21ad5ebc362710eee4feb8d994 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 2 Sep 2005 07:12:44 +0000 Subject: credits.raw is now created in the plugin build dir git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7452 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 96e57d3c76..172b757acc 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -50,14 +50,14 @@ endif .PHONY: $(SUBDIRS) all: $(BUILDDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE) -$(BUILDDIR)/credits.raw: $(DOCSDIR)/CREDITS +$(OBJDIR)/credits.raw: $(DOCSDIR)/CREDITS @echo "create credits.raw" @perl credits.pl < $< > $@ -$(OBJDIR)/credits.o: credits.c $(BUILDDIR)/credits.raw +$(OBJDIR)/credits.o: credits.c $(OBJDIR)/credits.raw @mkdir -p `dirname $@` @echo "CC $<" - @$(CC) $(CFLAGS) -c $< -o $@ + @$(CC) $(CFLAGS) -I$(OBJDIR) -c $< -o $@ ifndef SIMVER $(OBJDIR)/%.elf: $(OBJDIR)/%.o $(LINKFILE) $(BUILDDIR)/libplugin.a -- cgit v1.2.3