Skip to content

Commit

Permalink
Merge pull request bitcoin#298
Browse files Browse the repository at this point in the history
6da1446 build: fix parallel build (Cory Fields)
  • Loading branch information
sipa committed Sep 4, 2015
2 parents c822693 + 6da1446 commit 6d947ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ $(gen_context_BIN): $(gen_context_OBJECTS)

$(libsecp256k1_la_OBJECTS): src/ecmult_static_context.h
$(tests_OBJECTS): src/ecmult_static_context.h
$(bench_internal_OBJECTS): src/ecmult_static_context.h

src/ecmult_static_context.h: $(gen_context_BIN)
./$(gen_context_BIN)
Expand Down

0 comments on commit 6d947ca

Please sign in to comment.