mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-08 16:44:22 +01:00
external/Makefile: fix parallel build with missing secp headers.
Fixes: #4229 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
32de621886
commit
68c6ae67b3
@@ -5,8 +5,8 @@ if [ $# = 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# If no git dir, forget it.
|
||||
[ -d .git ] || exit 0
|
||||
# If no git dir (or, if we're a submodule, git file), forget it.
|
||||
[ -e .git ] || exit 0
|
||||
|
||||
# git submodule can't run in parallel. Really.
|
||||
# Wait for it to finish if in parallel.
|
||||
|
||||
Reference in New Issue
Block a user