summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-09-02 07:12:44 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-09-02 07:12:44 +0000
commit5805bc3baee48f21ad5ebc362710eee4feb8d994 (patch)
tree7fcdba10efdf257fa05542170d08690d4ba4fd9f /apps
parent051f2cf3de7d6b839dea962f69a898a46f29f678 (diff)
downloadrockbox-5805bc3baee48f21ad5ebc362710eee4feb8d994.tar.gz
rockbox-5805bc3baee48f21ad5ebc362710eee4feb8d994.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/Makefile6
1 files changed, 3 insertions, 3 deletions
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