Added '+' to another SUBDIRS_recipe.

This commit is contained in:
Greg King 2022-02-07 14:09:27 -05:00 committed by greg-king5
parent 9dd13d7047
commit 5747fa4df3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ DIRLIST = grc
define SUBDIR_recipe
@$(MAKE) SYS=$(SYS) -C $(dir) --no-print-directory $@
@+$(MAKE) SYS=$(SYS) -C $(dir) --no-print-directory $@
endef # SUBDIR_recipe