From 5747fa4df3f9b4d140f8d511d960d086098fa606 Mon Sep 17 00:00:00 2001 From: Greg King Date: Mon, 7 Feb 2022 14:09:27 -0500 Subject: [PATCH] Added '+' to another SUBDIRS_recipe. --- samples/geos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/geos/Makefile b/samples/geos/Makefile index e792c52f1..04de0aaa3 100644 --- a/samples/geos/Makefile +++ b/samples/geos/Makefile @@ -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