Skip to content

Commit 95acf3c

Browse files
committed
remove $(@f) and subdirs from univalue make
1 parent 9623e93 commit 95acf3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ LIBUNIVALUE=univalue/lib/libunivalue.la
3636
$(LIBSECP256K1): $(wildcard secp256k1/src/*) $(wildcard secp256k1/include/*)
3737
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
3838

39-
$(LIBUNIVALUE): $(wildcard univalue/lib/*) $(wildcard univalue/include/*)
40-
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C $(@D) $(@F)
39+
$(LIBUNIVALUE): $(wildcard univalue/lib/*)
40+
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C univalue/
4141

4242
# Make is not made aware of per-object dependencies to avoid limiting building parallelization
4343
# But to build the less dependent modules first, we manually select their order here:

0 commit comments

Comments
 (0)