summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index bdc2745fec..954e1bfee5 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -80,7 +80,9 @@ $(RBINFO): $(BUILDDIR)/$(BINARY)
80$(DEPFILE) dep: 80$(DEPFILE) dep:
81 $(call PRINTS,Generating dependencies) 81 $(call PRINTS,Generating dependencies)
82 @echo foo > /dev/null # there must be a "real" command in the rule 82 @echo foo > /dev/null # there must be a "real" command in the rule
83 $(call mkdepfile,$(DEPFILE),$(SRC) $(OTHER_SRC)) 83 $(call mkdepfile,$(DEPFILE),$(SRC))
84 $(call mkdepfile,$(DEPFILE),$(OTHER_SRC))
85 @mv $(DEPFILE)_ $(DEPFILE)
84 $(call bmpdepfile,$(DEPFILE),$(BMP) $(PBMP)) 86 $(call bmpdepfile,$(DEPFILE),$(BMP) $(PBMP))
85 87
86bin: $(DEPFILE) $(TOOLS) $(BUILDDIR)/$(BINARY) 88bin: $(DEPFILE) $(TOOLS) $(BUILDDIR)/$(BINARY)