payloads/depthcharge: Makefile: resolve fail of concurrent build
Resolve missing dependency to fix concurrent building. Resolves: https://ticket.coreboot.org/issues/271 Change-Id: Idbd9155e01fcc4571a61f1bba5b2b4a446036da0 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43407 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
e0407a8e44
commit
91323593f3
|
@ -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); \
|
||||
|
|
Loading…
Reference in New Issue