Skip to content

Commit e99ca78

Browse files
committed
Merge #18429: build: remove double LIBBITCOIN_SERVER from bench-Makefile
1f97b69 build: remove double LIBBITCOIN_SERVER from bench-Makefile (Harris) Pull request description: This PR removes the redundant **LIBBITCOIN_SERVER** linking from bench's Makefile. This PR is similar to bitcoin/bitcoin#17910 Originally, this PR was part of bitcoin/bitcoin#18377, which later got replaced by a better one bitcoin/bitcoin#18397 written by **hebasto**. ACKs for top commit: Empact: Code Review ACK bitcoin/bitcoin@1f97b69 theStack: ACK bitcoin/bitcoin@1f97b69 hebasto: ACK 1f97b69 Tree-SHA512: e43035262361d4458a7dcfc920445540f19301387814cde1be0539c936fc20da0dcbe49e5ea25385e6d36d9639515b7a4171228223da568d93427e9c32810945
2 parents d8ce27f + 1f97b69 commit e99ca78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Makefile.bench.include

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ bench_bench_bitcoin_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
4848
bench_bench_bitcoin_LDADD = \
4949
$(LIBBITCOIN_SERVER) \
5050
$(LIBBITCOIN_WALLET) \
51-
$(LIBBITCOIN_SERVER) \
5251
$(LIBBITCOIN_COMMON) \
5352
$(LIBBITCOIN_UTIL) \
5453
$(LIBBITCOIN_CONSENSUS) \

0 commit comments

Comments
 (0)