From 91323593f3cec1e96984677307682c14679ed333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Niew=C3=B6hner?= Date: Mon, 13 Jul 2020 15:08:22 +0200 Subject: payloads/depthcharge: Makefile: resolve fail of concurrent build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolve missing dependency to fix concurrent building. Resolves: https://ticket.coreboot.org/issues/271 Change-Id: Idbd9155e01fcc4571a61f1bba5b2b4a446036da0 Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/43407 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- payloads/external/depthcharge/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'payloads/external/depthcharge') diff --git a/payloads/external/depthcharge/Makefile b/payloads/external/depthcharge/Makefile index c4dd1bf14b..60aa92d55c 100644 --- a/payloads/external/depthcharge/Makefile +++ b/payloads/external/depthcharge/Makefile @@ -50,8 +50,7 @@ fetch: $(project_dir) # Check out the requested version of the tree # Don't write a file for master branch so the latest remote version is always used -$(project_dir)/.version_$(TAG-y): - $(MAKE) fetch +$(project_dir)/.version_$(TAG-y): fetch echo " Checking out $(project_name) revision $(TAG-y)" rm -f $(project_dir)/.version_* cd $(project_dir); \ -- cgit v1.2.3