summaryrefslogtreecommitdiff
path: root/tools/make.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make.inc')
-rw-r--r--tools/make.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make.inc b/tools/make.inc
index 8d75326bf0..8e125c834e 100644
--- a/tools/make.inc
+++ b/tools/make.inc
@@ -3,7 +3,7 @@
3ifndef V 3ifndef V
4SILENT=@ 4SILENT=@
5endif 5endif
6PRINTS=$(info $(1))$(SILENT) 6PRINTS=$(SILENT)$(call info,$(1))
7 7
8$(OBJDIR)/%.o: %.c 8$(OBJDIR)/%.o: %.c
9 $(SILENT)mkdir -p $(dir $@) 9 $(SILENT)mkdir -p $(dir $@)