File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ LIBUNIVALUE=univalue/libunivalue.la
36
36
$(LIBSECP256K1 ) : $(wildcard secp256k1/src/* ) $(wildcard secp256k1/include/* )
37
37
$(AM_V_at )$(MAKE ) $(AM_MAKEFLAGS ) -C $(@D ) $(@F )
38
38
39
- $(LIBUNIVALUE ) : $(wildcard univalue/lib/* )
40
- $(AM_V_at )$(MAKE ) $(AM_MAKEFLAGS ) -C univalue/
39
+ $(LIBUNIVALUE ) : $(wildcard univalue/lib/* ) $( wildcard univalue/include/ * )
40
+ $(AM_V_at )$(MAKE ) $(AM_MAKEFLAGS ) -C $( @D ) $( @F )
41
41
42
42
# Make is not made aware of per-object dependencies to avoid limiting building parallelization
43
43
# But to build the less dependent modules first, we manually select their order here:
@@ -421,6 +421,7 @@ EXTRA_DIST = leveldb
421
421
clean-local :
422
422
-$(MAKE ) -C leveldb clean
423
423
-$(MAKE ) -C secp256k1 clean
424
+ -$(MAKE ) -C univalue clean
424
425
rm -f leveldb/* /* .gcno leveldb/helpers/memenv/* .gcno
425
426
-rm -f config.h
426
427
You can’t perform that action at this time.
0 commit comments