We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9623e93 commit 95acf3cCopy full SHA for 95acf3c
src/Makefile.am
@@ -36,8 +36,8 @@ LIBUNIVALUE=univalue/lib/libunivalue.la
36
$(LIBSECP256K1): $(wildcard secp256k1/src/*) $(wildcard secp256k1/include/*)
37
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
38
39
-$(LIBUNIVALUE): $(wildcard univalue/lib/*) $(wildcard univalue/include/*)
40
- $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
+$(LIBUNIVALUE): $(wildcard univalue/lib/*)
+ $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C univalue/
41
42
# Make is not made aware of per-object dependencies to avoid limiting building parallelization
43
# But to build the less dependent modules first, we manually select their order here:
0 commit comments