Merge branch 'jk/build-with-right-curl'
commit5fd02fc191fe83e801b35deb2682714279df2fca
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 May 2020 20:39:49 +0000 (1 13:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 May 2020 20:39:49 +0000 (1 13:39 -0700)
treeb02680f04f01d6abda2bf84862c25e7d1e4ec251
parentd61d20c9b413225793f8a0b491bbbec61c184e26
parent0573831950d02db0c2932708eadd9f765e5773a6
Merge branch 'jk/build-with-right-curl'

The build procedure did not use the libcurl library and its include
files correctly for a custom-built installation.

* jk/build-with-right-curl:
  Makefile: avoid running curl-config unnecessarily
  Makefile: use curl-config --cflags
  Makefile: avoid running curl-config multiple times
Makefile