Skip to content

Commit 06c67de

Browse files
autotools: Don't regenerate Wycheproof header automatically
Pregenerated files that we distribute should not have dependencies in Makefile.am. For rationale, see the comments about the precomputed table files. See also bitcoin/bitcoin#27445 (comment) .
1 parent ec98fce commit 06c67de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.am

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ EXTRA_DIST += tools/tests_wycheproof_generate.py
255255

256256
TESTVECTORS = src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h
257257

258-
src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h: src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json
259-
python3 tools/tests_wycheproof_generate.py $< > $@
258+
src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h:
259+
python3 tools/tests_wycheproof_generate.py src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json > $@
260260

261261
testvectors: $(TESTVECTORS)
262262

0 commit comments

Comments
 (0)