Skip to content

Commit 937f286

Browse files
dwightguthehildenb
authored andcommitted
another git issue (#410)
1 parent ec213d8 commit 937f286

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ libff_out:=$(LIBRARY_PATH)/libff.a
7070
libsecp256k1: $(libsecp256k1_out)
7171
libff: $(libff_out)
7272

73-
$(libsecp256k1_out):
73+
$(DEPS_DIR)/secp256k1/autogen.sh:
7474
@echo "== submodule: $(DEPS_DIR)/secp256k1"
7575
git submodule update --init --recursive -- $(DEPS_DIR)/secp256k1
76+
77+
$(libsecp256k1_out): $(DEPS_DIR)/secp256k1/autogen.sh
7678
cd $(DEPS_DIR)/secp256k1/ \
7779
&& ./autogen.sh \
7880
&& ./configure --enable-module-recovery --prefix="$(BUILD_LOCAL)" \

0 commit comments

Comments
 (0)