summaryrefslogtreecommitdiff
path: root/apps/plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/Makefile')
-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
50.PHONY: $(SUBDIRS) 50.PHONY: $(SUBDIRS)
51all: $(BUILDDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE) 51all: $(BUILDDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE)
52 52
53$(BUILDDIR)/credits.raw: $(DOCSDIR)/CREDITS 53$(OBJDIR)/credits.raw: $(DOCSDIR)/CREDITS
54 @echo "create credits.raw" 54 @echo "create credits.raw"
55 @perl credits.pl < $< > $@ 55 @perl credits.pl < $< > $@
56 56
57$(OBJDIR)/credits.o: credits.c $(BUILDDIR)/credits.raw 57$(OBJDIR)/credits.o: credits.c $(OBJDIR)/credits.raw
58 @mkdir -p `dirname $@` 58 @mkdir -p `dirname $@`
59 @echo "CC $<" 59 @echo "CC $<"
60 @$(CC) $(CFLAGS) -c $< -o $@ 60 @$(CC) $(CFLAGS) -I$(OBJDIR) -c $< -o $@
61 61
62ifndef SIMVER 62ifndef SIMVER
63$(OBJDIR)/%.elf: $(OBJDIR)/%.o $(LINKFILE) $(BUILDDIR)/libplugin.a 63$(OBJDIR)/%.elf: $(OBJDIR)/%.o $(LINKFILE) $(BUILDDIR)/libplugin.a