File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,6 @@ obj/build.h: FORCE
330
330
" $( abs_top_srcdir) "
331
331
libbitcoin_util_a-clientversion.$(OBJEXT ) : obj/build.h
332
332
333
- ipc/capnp/libbitcoin_ipc_a-protocol.$(OBJEXT ) : $(libbitcoin_ipc_mpgen_input:=.h )
334
333
335
334
# server: shared between bitcoind and bitcoin-qt
336
335
# Contains code accessing mempool and chain state that is meant to be separated
@@ -1012,6 +1011,10 @@ libbitcoin_ipc_mpgen_input = \
1012
1011
EXTRA_DIST += $(libbitcoin_ipc_mpgen_input )
1013
1012
% .capnp :
1014
1013
1014
+ # Explicitly list dependencies on generated headers as described in
1015
+ # https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html#Recording-Dependencies-manually
1016
+ ipc/capnp/libbitcoin_ipc_a-protocol.$(OBJEXT ) : $(libbitcoin_ipc_mpgen_input:=.h )
1017
+
1015
1018
if BUILD_MULTIPROCESS
1016
1019
LIBBITCOIN_IPC =libbitcoin_ipc.a
1017
1020
libbitcoin_ipc_a_SOURCES = \
You can’t perform that action at this time.
0 commit comments