From 66540dd498bc7aa2abe5954371c9170f449729dd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 9 Sep 2014 14:18:01 -0600 Subject: Fix a typo in a header file --- apps/builtin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3