From 703f8d95371b2cade703414e45403fa2d64917bc Mon Sep 17 00:00:00 2001 From: oto Date: Fri, 21 Sep 2018 21:28:31 +0200 Subject: [PATCH] Update Makefile Take into account dependency version to avoid confusion --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e982caa..0bd7ca9 100755 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ include $(BOLOS_SDK)/Makefile.defines APP_PATH = "" # All but bitcoin app use dependency onto the bitcoin app/lib -APP_LOAD_FLAGS=--appFlags 0x50 --dep Bitcoin DEFINES_LIB = USE_LIB_BITCOIN APP_LOAD_PARAMS= --curve secp256k1 $(COMMON_LOAD_PARAMS) @@ -30,6 +29,7 @@ APPVERSION_M=1 APPVERSION_N=2 APPVERSION_P=9 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) +APP_LOAD_FLAGS=--appFlags 0x50 --dep Bitcoin:$(APPVERSION) # simplify for tests ifndef COIN @@ -237,4 +237,4 @@ include $(BOLOS_SDK)/Makefile.rules dep/%.d: %.c Makefile listvariants: - @echo VARIANTS COIN bitcoin_testnet bitcoin bitcoin_cash bitcoin_gold litecoin dogecoin dash zcash horizen komodo stratis peercoin posw pivx viacoin vertcoin stealth digibyte qtum hcash bitcoin_private zcoin \ No newline at end of file + @echo VARIANTS COIN bitcoin_testnet bitcoin bitcoin_cash bitcoin_gold litecoin dogecoin dash zcash horizen komodo stratis peercoin posw pivx viacoin vertcoin stealth digibyte qtum hcash bitcoin_private zcoin