From d6b0b060b60427d8b5746f11d3cc7287d9ade70c Mon Sep 17 00:00:00 2001 From: Jameson Nash Date: Thu, 16 Apr 2015 20:35:39 -0400 Subject: [PATCH] don't call make install on libgit2 currently, by fixing the comment structure (ref #10840) --- deps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/Makefile b/deps/Makefile index d45f247e54c43..500c212201053 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -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)}'); \