Skip to content

Commit

Permalink
don't call make install on libgit2 currently, by fixing the comment s…
Browse files Browse the repository at this point in the history
…tructure (ref JuliaLang#10840)
  • Loading branch information
vtjnash authored and mbauman committed Jun 5, 2015
1 parent b76689a commit d6b0b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ endif
echo 1 > $@
$(LIBGIT2_OBJ_TARGET): $(LIBGIT2_OBJ_SOURCE) | $(build_shlibdir)
cp $< $@
#$(call make-install,libgit2-$(LIBGIT2_VER)/build,)
#$$(call make-install,libgit2-$(LIBGIT2_VER)/build,)
ifeq ($(OS),Linux)
# If we're on linux, copy over libssl and libcrypto for libgit2
-LIBGIT_LIBS=$$(ldd "$@" | tail -n +2 | awk '{print $$(NF-1)}'); \
Expand Down

0 comments on commit d6b0b06

Please sign in to comment.