summaryrefslogtreecommitdiff
path: root/apps/builtin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/builtin/Makefile')
-rw-r--r--apps/builtin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/builtin/Makefile b/apps/builtin/Makefile
index df2fbb3db..57d7a432b 100644
--- a/apps/builtin/Makefile
+++ b/apps/builtin/Makefile
@@ -72,7 +72,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
registry$(DELIM).updated:
- $(V) $(MAKE) -C registry .updated TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
+ $(Q) $(MAKE) -C registry .updated TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"
builtin_list.h: registry$(DELIM).updated
$(call DELFILE, builtin_list.h)