diff options
Diffstat (limited to 'apps/plugins/Makefile')
-rw-r--r-- | apps/plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 2ed1a101bb..8464e93586 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -52,11 +52,11 @@ endif .PHONY: $(SUBDIRS) all: $(BUILDDIR)/libplugin.a $(ROCKS) $(SUBDIRS) $(DEPFILE) -$(OBJDIR)/credits.raw: $(DOCSDIR)/CREDITS +$(BUILDDIR)/credits.raw: $(DOCSDIR)/CREDITS @echo "create credits.raw" @perl credits.pl < $< > $@ -$(OBJDIR)/credits.o: credits.c $(OBJDIR)/credits.raw +$(OBJDIR)/credits.o: credits.c $(BUILDDIR)/credits.raw @mkdir -p `dirname $@` @echo "CC $<" @$(CC) $(CFLAGS) -I$(OBJDIR) -c $< -o $@ |