From f04598fea7406fa4178ec5ae70cb38ffc4fe694c Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 8 Mar 2024 01:05:08 +0100 Subject: fixed transaction priority --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c3abae6..5fa37cc 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ download: # A general rule of thumb is that `make depends_host` works everywhere, but not everything # is required. But since we target so many different OS.. yeah. .PHONY: depends_host -depends_host: libiconv_host boost_host zlib_host openssl_host openssl_host_alt libzmq_host libsodium_host host_copy_libs libexpat_host unbound_host polyseed_host utf8proc_host +depends_host: libiconv_host boost_host zlib_host openssl_host openssl_host_alt libzmq_host libsodium_host host_copy_libs libexpat_host unbound_host polyseed_host utf8proc_host host_copy_libs .PHONY: host_copy_libs host_copy_libs: -- cgit v1.2.3