diff options
| -rw-r--r-- | tools/root.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make index 49f6a7f..803a5d5 100644 --- a/tools/root.make +++ b/tools/root.make @@ -85,7 +85,7 @@ $(DEPFILE) dep: @mv $(DEPFILE)_ $(DEPFILE) $(call bmpdepfile,$(DEPFILE),$(BMP) $(PBMP)) -bin: $(DEPFILE) $(TOOLS) $(BUILDDIR)/$(BINARY) +bin: $(DEPFILE) $(TOOLS) $(BUILDDIR)/$(BINARY) $(RBINFO) rocks: $(DEPFILE) $(TOOLS) $(ROCKS) codecs: $(DEPFILE) $(TOOLS) $(CODECS) tools: $(TOOLS) |