Fix a typo in a header file

This commit is contained in:
Gregory Nutt 2014-09-09 14:18:01 -06:00
parent d52c387a2c
commit 116be5a005

View File

@ -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)