From 116be5a005db6a75322935936499e36f0957f1b8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 9 Sep 2014 14:18:01 -0600 Subject: [PATCH] Fix a typo in a header file --- builtin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)