From 2272a88319f3bd9af244b059f2c687f7b9e07bb6 Mon Sep 17 00:00:00 2001 From: John Gomersall Date: Fri, 30 Aug 2024 11:45:24 +0100 Subject: [PATCH] Remove -e flag when calling make target in dependency Signed-off-by: John Gomersall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d265d3119fba..e749b576afabb 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ refresh_mongodb:run_deps # this command is used to import data on the mongodb used on staging environment import_prod_data: run_deps - @cd ${DEPS_DIR}/openfoodfacts-shared-services && $(MAKE) -e import_prod_data + @cd ${DEPS_DIR}/openfoodfacts-shared-services && $(MAKE) import_prod_data #--------# # Checks #