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