diff --git a/builtin/Makefile b/builtin/Makefile index df2fbb3db..57d7a432b 100644 --- a/builtin/Makefile +++ b/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)