Skip to content

Commit 2418d32

Browse files
autotools: Create src/wycheproof dir before creating file in it
This directory may not exist in a VPATH build, see bitcoin#27445 (comment) .
1 parent 8764034 commit 2418d32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ maintainer-clean-local: clean-precomp
226226
TESTVECTORS = src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
227227

228228
src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h:
229+
mkdir -p $(@D)
229230
python3 tools/tests_wycheproof_generate.py src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json > $@
230231

231232
testvectors: $(TESTVECTORS)

0 commit comments

Comments
 (0)